Hi folks,
I'm using the C++ API to create a breakpoint with callback. In the callback
I do some stuff and then always return false, to have the process continue.
This works great, except when a breakpoint hit is coincident with another
breakpoint (in my case I ran into this with both the jit break
to be something related
>> to that.
>>
>> If you want to have a look, that would be great, otherwise file a bug and
>> we can take a look when we get some free time.
>>
>> Jim
>>
>> > On Sep 4, 2015, at 12:05 PM, Keno Fischer via lldb-dev <
&
;t
> remember offhand how the blocks deal with the fact that this one die
> actually represents multiple blocks, but it's going to be something related
> to that.
>
> If you want to have a look, that would be great, otherwise file a bug and
> we can take a look when we get s
I'm trying to set a breakpoint (using `b jl_apply`) on a function
(jl_apply) that is inlined in a number of places. This generally works
fine, but I have noticed that in certain cases LLDB fails to set a
breakpoint even though when I step through manually, it does know which
function the code belon