Bug ID 20685
Summary vim-lldb fails on MacOS X Mavericks
Product lldb
Version 3.4
Hardware PC
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter martongabesz@gmail.com
Classification Unclassified
Configuration:
OS X Mavericks
MacVim 7.4.258 built with python and everything required
Process:
1. Compiled application with debug symbols
2. :Ltarget create
3. :Lbreakpoint in main function
4. :Lstart
The disassembly shows process is stopped at the correct breakpoint, but doesn't
populate any of the other windows.
:Lprocess status shows the lldb output and that the breakpoint is currently
hit. Using :Lstep/:Lnext causes a delay but doesn't actually step.
Note: I do not have these issues when debugging with vanilla lldb.
This bug report is a copy from gilligan vim-lldb issue:
[https://github.com/gilligan/vim-lldb/issues/2](https://github.com/gilligan/vim-lldb/issues/2)
Thanks.