summaryrefslogtreecommitdiffstats
path: root/lldb/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Make lldb dump fullpath instead of just basename when printing out frame orJohnny Chen2010-11-052-257/+14
| | | | | | | | | | thread descriptions. This allows for correctly finding and obeying the last filename-and-line marker from the debugger. Add a delay for gud-up and gud-down. This makes tracking filename-and-line more reliable when moving up/down the stack. llvm-svn: 118277
* Add keyboard shortcuts:Johnny Chen2010-11-012-9/+19
| | | | | | | | | | | '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
* Change the README to reflect the new the screen shot file name ↵Johnny Chen2010-11-011-1/+1
| | | | | | lldb-gud-window.png. llvm-svn: 117926
* Compress screenshot.Benjamin Kramer2010-10-302-0/+0
| | | | llvm-svn: 117778
* Submit the screen capture as a followup of r117752.Johnny Chen2010-10-301-0/+0
| | | | llvm-svn: 117777
* Initial port of lldb debugging mode to run under Emacs's Grand Unified ↵Johnny Chen2010-10-303-0/+3822
| | | | | | | | | | | | | | | Debugger (gud.el). The gud.el is modified from 22.3.1 version to add lldb stuffs, the gud-diffs.txt is the diff file. lldb-gud-window.tiff is a screen capture of Aquamacs 2.1 (which has 23.2.50.1) after loading this modified gud.el, changing directory to test/conditional_break, and then 'M-x lldb' with the a.out file. The lldb-gud-window.tiff will be submitted in another check in. llvm-svn: 117752
* Delete the directory, will try to resubmit later.Johnny Chen2010-10-304-3822/+0
| | | | llvm-svn: 117751
* Initial port of lldb debugging mode to run under Emacs's Grand Unified ↵Johnny Chen2010-10-294-0/+3822
Debugger (gud.el). The gud.el is modified from 22.3.1 version to add lldb stuffs, the gud-diffs.txt is the diff file. lldb-gud-window.tiff is a screen capture of Aquamacs 2.1 (which has 23.2.50.1) after loading this modified gud.el, changing directory to test/conditional_break, and then 'M-x lldb' with the a.out file. llvm-svn: 117748
OpenPOWER on IntegriCloud