[lldb-dev] Question on SetAsync(False) Mode

Yin Ma yin at affinic.com
Wed Sep 25 17:34:42 PDT 2013


Hello,

What I want is to run a command and return to lldb only after
This command finishes. This should be the behavior of 
synchronous mode. So I called 
debugger.SetAsync(False) 
right after lldb starts. However, I never get what
I expected. I set breakpoint and run. The process
Never stops, it just shows process exited.

Based on the webpage, it says:
When we step or continue, don't return from the function
Until the process stops. 
So, when process stops at breakpoints, it should return
To lldb. Now it doesn't. 

Is this the right behavior? How I can get the behavior
I want?

Thanks,

Yin 





More information about the lldb-dev mailing list