Jim, > So the problem you are having is getting the scripted step started in "trace" > with the SBThread::StepUsingScriptedStep? Did you try passing False for > "resume_immediately" and then returning False from "trace".
Yes, I did. In fact, I tried all these combinations: resume_immediately = True, return True resume_immediately = True, return False resume_immediately = False, return True resume_immediately = False, return False None of them produces the trace. I think the 'thread step-scripted' hack should work for my usecase, but I yet have to try it. I'll let you know if I hit some limitation again. Thanks, Nikita
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev