hanchenye-llvm-project/lldb/utils/emacs
Johnny Chen 25c04838e9 The recent change in argument parsing is messing up the emacs lldb mode's capability to properly
scan the debugger output for program counter when it comes to the output of 'Up Stack' or 'Down Stack'
gud commands.  Remove the single quotes around the argument strings for "settings set frame-format"
and "settings set thread-format" commands to avoid the single quotes which were being emitted as part
of the debugger output.

llvm-svn: 122286
2010-12-20 22:58:58 +00:00
..
README Change the README to reflect the new the screen shot file name lldb-gud-window.png. 2010-11-01 16:39:24 +00:00
gud.el The recent change in argument parsing is messing up the emacs lldb mode's capability to properly 2010-12-20 22:58:58 +00:00
lldb-gud-window.png Compress screenshot. 2010-10-30 08:27:07 +00:00

README

The lldb-enhanced gud.el is based on the emacs 22.3.1 version from Aquamacs 1.8c
distribution.

The gud-diffs.txt is the diff from the gud.el file from emacs 22.3.1.

To use it, load the file from within emacs and type 'M-x lldb' to invoke lldb.

The lldb-gud-window.png is a screen capture of the gud (with lldb) at work on
Aquamacs distribution 2.1 by loading the gud.el in this directory and 'M-x lldb'
on the ../../test/condition_break directory.