Displaying 3 results from an estimated 3 matches for "rendezvousbreakpoint".
2018 Apr 16
2
lldb stops on every call to dlopen
...mpractical since there are so many libraries to be loaded (more than a hundred of them).
When I build and debug this same C++ on macOS, the debugger works fine. I have verified that target.process.stop-on-sharedlibrary-events is false. I turned on dyld logging and I see lots of log messages about RendezvousBreakpoint being hit, but I don’t see anything that sheds light on why some libraries load without stopping but others don’t.
I have tried to recreate this in a trivial program that calls dlopen in a loop, but haven’t been able to reproduce.
Can your offer any suggestions for further debugging this? More s...
2018 Apr 17
0
lldb stops on every call to dlopen
...ctical since there are so many libraries to be loaded
(more than a hundred of them).
> When I build and debug this same C++ on macOS, the debugger works fine.
I have verified that target.process.stop-on-sharedlibrary-events is false.
I turned on dyld logging and I see lots of log messages about
RendezvousBreakpoint being hit, but I don’t see anything that sheds light
on why some libraries load without stopping but others don’t.
> I have tried to recreate this in a trivial program that calls dlopen in a
loop, but haven’t been able to reproduce.
> Can your offer any suggestions for further debugging thi...
2018 Apr 17
1
[lldb-dev] lldb stops on every call to dlopen
...y libraries to be loaded
> (more than a hundred of them).
>
>> When I build and debug this same C++ on macOS, the debugger works fine.
> I have verified that target.process.stop-on-sharedlibrary-events is false.
> I turned on dyld logging and I see lots of log messages about
> RendezvousBreakpoint being hit, but I don’t see anything that sheds light
> on why some libraries load without stopping but others don’t.
>
>> I have tried to recreate this in a trivial program that calls dlopen in a
> loop, but haven’t been able to reproduce.
>
>> Can your offer any suggestio...