[lldb-dev] Rust support in LLDB, again

2019-09-28 Thread Vadim Chugunov via lldb-dev
Hi, Last year there was an effort led by Tom Tromey to add Rust language support into LLDB. He had implemented a fairly complete language plugin, however it was not accepted into mainline because of supportability concerns.I guess these concerns had some merit, because this change did not surv

Re: [lldb-dev] Stepping in a breakpoint callback with Python

2019-09-28 Thread Nikita Karetnikov via lldb-dev
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 =