[lldb-dev] Process stops when two breakpoint are hit simulatenously, even though neither of them wants to stop

2015-10-08 Thread Keno Fischer via lldb-dev
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

Re: [lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Keno Fischer via lldb-dev
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 < &

Re: [lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread 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

[lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Keno Fischer via lldb-dev
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