summaryrefslogtreecommitdiffstats
path: root/lldb/utils/vim-lldb/python-vim-lldb/lldb_controller.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed continue issues with process attach/detachDaniel Malea2013-05-281-4/+4
| | | | | | | | - added code for tracking transition from eStateAttaching to eStateStopped in event listener and handling process continuation there. Patch by Arthur Evstifeev! llvm-svn: 182806
* LLDB Vim plugin usability improvement: ":Lshow" now displays all panesDaniel Malea2013-05-221-0/+4
| | | | | | | | - no longer requires a pane name argument Patch by Arthur Evstifeev llvm-svn: 182484
* Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"Daniel Malea2013-05-221-0/+27
| | | | | | patch by Arthur Evstifeev llvm-svn: 182483
* Add Vim frontend to LLDB.Daniel Malea2013-02-111-0/+353
- Access any LLDB CLI command in Vim by typing ":L<command>". Tab-completion works too! - See source locations for breakpoints and the current PC with vim "marks" and highlights. - Examine backtraces, locals, disassembly, registers, and breakpoints in dedicated Vim windows. - See when in-scope variables and registers change by watching for (red) highlights. This plugin opens multiple Vim "windows" to display debugger information. To quit all windows at the same time use ":qa". The alternative would be ":q" to close each window separately. This plugin is known to work on Mac OS X (Mountain Lion) with MacVim and the system-provided terminal Vim, and on Linux (Ubuntu 12.04 and 12.10) with GVim and the terminal Vim from the "vim-gnome" package. llvm-svn: 174892
OpenPOWER on IntegriCloud