[lldb-dev] run after process stop using python API

Langmuir, Ben ben.langmuir at intel.com
Wed Jun 26 13:57:16 PDT 2013


I'm trying to use the 'run' command from the python API when my process has stopped at a breakpoint, but it appears to hang.  Script attached.

i.HandleCommand('b main', res)
i.HandleCommand('r', res) -> runs to breakpoint correctly
i.HandleCommand('r', res) -> appears to hang

This seems like a bug, but I thought I would ask in case the interpreter was waiting for some kind of input I wasn't providing...  I'm running on Linux, and haven't had a chance to try OS X yet.

Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130626/1b6dc534/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.py
Type: application/octet-stream
Size: 256 bytes
Desc: test.py
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130626/1b6dc534/attachment.obj>


More information about the lldb-dev mailing list