https://github.com/gilligan/vim-lldb
lldb debugger integration plugin for vim
https://github.com/gilligan/vim-lldb
Last synced: 7 months ago
JSON representation
lldb debugger integration plugin for vim
- Host: GitHub
- URL: https://github.com/gilligan/vim-lldb
- Owner: gilligan
- Created: 2014-03-05T11:02:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T07:25:57.000Z (about 4 years ago)
- Last Synced: 2025-04-10T03:51:37.003Z (7 months ago)
- Language: Python
- Size: 322 KB
- Stars: 248
- Watchers: 17
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reverse-engineering - **233**星
README
LLDB Vim Frontend (UNMAINTAINED)
=================
This plugin provides lldb debbuging integration including
* breakpoints
* watchpoints
* threads view
* locals view
* and more ...
Arbitrary valid lldb commands can be invoked as well.
**NOTE** : This is a fork of the plugin which is part of the llvm distribution. The original
can be found at http://llvm.org/svn/llvm-project/lldb/trunk/utils/vim-lldb/.

Prerequisites
-------------
* vim >= 7.3 on Linux or OSX with python support built in
* lldb executable needs to be in the path
Installation
------------
Installation is easiest using a package manager such as bundle:
Bundle "gilligan/vim-lldb"
Of course you are free to manually copy the files to your vimrc folder if you prefer that for
whatever weird reason.
Usage/Getting Help
------------------
Please refer to the vim help for a short 'getting started' section and
information on the available commands and configuration options. (:he lldb).