forked from OSchip/llvm-project
25c04838e9
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 |
||
---|---|---|
.. | ||
README | ||
gud.el | ||
lldb-gud-window.png |
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.