History log of /external/lldb/utils/vim-lldb/plugin/lldb.vim
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79d1af3eb6d2a47777057b78b3323bf07c2ab3dd 23-May-2013 Daniel Malea <daniel.malea@intel.com> Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor:

1. Added new :Lpo command
2. :Lpo and :Lprint can be invoked without parameters. In that case
cursor word will be used
3. Added :LpO command in that case instead of <cword> will be used
stripped <cWORD>. This command is useful for printing objective-c
properties (for ex.: self.tableView).

Patch by Arthur Evstifeev!!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182613 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/utils/vim-lldb/plugin/lldb.vim
5d414624837b0fa6d9ec21fdb23326ad5879f1b1 22-May-2013 Daniel Malea <daniel.malea@intel.com> LLDB Vim plugin usability improvement: ":Lshow" now displays all panes
- no longer requires a pane name argument

Patch by Arthur Evstifeev



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182484 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/utils/vim-lldb/plugin/lldb.vim
3451b9eed7e9d5bcca72220f4dcdc4c011ef930c 22-May-2013 Daniel Malea <daniel.malea@intel.com> Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"

patch by Arthur Evstifeev



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182483 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/utils/vim-lldb/plugin/lldb.vim
88cd3fd2f91506c5a9efd660fc0fe92f09b08117 11-Feb-2013 Daniel Malea <daniel.malea@intel.com> Add Vim frontend to LLDB.
- 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.




git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@174892 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/utils/vim-lldb/plugin/lldb.vim