Re: [lldb-dev] No event generated after a SBThread::JumpToLine() call

2016-07-18 Thread Jim Ingham via lldb-dev
JumpToLine just resets the PC, it doesn't continue the process. For an API, it makes more sense to let the API user decide whether they want to do more work before continuing. So you wouldn't expect a "running" event. We could send a PC-changed event, but we generally only send that sort of ev

[lldb-dev] No event generated after a SBThread::JumpToLine() call

2016-07-18 Thread Marius Trandafir via lldb-dev
Hello everyone, After calling SBThread::JumpToLine(...) I was expecting that the thread would broadcast an event but it seems that this doesn't happen. Is this the intended behavior? Does the call to JumpToLine comes in pair with another function call? Regards, Marius Marius Trandafir Staff