[lldb-dev] [Bug 28860] New: LLDB-MI: no breakpoint-modified notification when a breakpoint is hit

2016-08-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28860 Bug ID: 28860 Summary: LLDB-MI: no breakpoint-modified notification when a breakpoint is hit Product: lldb Version: unspecified Hardware: PC OS: Linux

Re: [lldb-dev] [Release-testers] [3.9 Release] Release Candidate 1 source and binaries available

2016-08-05 Thread Renato Golin via lldb-dev
On 4 August 2016 at 19:17, Hans Wennborg via Release-testers wrote: > Source and binaries for LLVM-3.9.0-rc1 are now available at > http://llvm.org/pre-releases/3.9.0/#rc1 Ouch! I forgot to upload the AArch64 image! Sorry, it's there now. cheers, --renato

Re: [lldb-dev] [Release-testers] [3.9 Release] Release Candidate 1 source and binaries available

2016-08-05 Thread Hans Wennborg via lldb-dev
On Fri, Aug 5, 2016 at 5:27 AM, Renato Golin wrote: > On 4 August 2016 at 19:17, Hans Wennborg via Release-testers > wrote: >> Source and binaries for LLVM-3.9.0-rc1 are now available at >> http://llvm.org/pre-releases/3.9.0/#rc1 > > Ouch! I forgot to upload the AArch64 image! Sorry, it's there n

[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

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