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
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
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
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
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