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
test.py
Description: test.py
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
