Re: [lldb-dev] Scripting on frame finish?

2016-08-05 Thread Jim Ingham via lldb-dev
The finish breakpoint is an interesting notion, file a pr & I'll add it when I have some time. A while back I added the ability to make "stepping" operations that are scripted. Seemed to me that could be used for this purpose, but it turns out I needed a couple more things to make it work, whi

[lldb-dev] Scripting on frame finish?

2016-08-05 Thread Christian Convey via lldb-dev
Hi guys, Any suggestions on the following? I've got some scripts written for gdb's Python API, and I'm trying to port them to LLDB. Those script include some code that ideally executes during, or shortly after, each completed call to a particular function. I.e., the user says he/she is interest