hanchenye-llvm-project/lldb/utils/emacs
Johnny Chen 7e329d0d2a Add keyboard shortcuts:
'thread backtrace'     => Control-C b (gud-bt)     "Show stack for the current thread."
'thread backtrace all' => Control-C B (gud-bt-all) "Show stacks for all the threads."

Change the function name of one existing shortcut:

'breakpoint list"      => Control-C l (gud-listb)  "List all breakpoints."

llvm-svn: 117933
2010-11-01 17:29:38 +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-diffs.txt Add keyboard shortcuts: 2010-11-01 17:29:38 +00:00
gud.el Add keyboard shortcuts: 2010-11-01 17:29:38 +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.