[Lldb-commits] [lldb] [lldb][windows] Plumb Windows DLL load/unload through lldb-server (PR #197901)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri May 15 08:00:27 PDT 2026
DavidSpickett wrote:
> HasPendingLibraryEvents() virtual, used by the stop-reply builder to decide whether to include library:1; in the packet.
Is this how the srv4 version works or something you're adding to cope with something unique to Windows?
And that unique thing is that we cannot place a bunch of breakpoints in the loader like we do on Unix? And after doing so, instead of waiting for a stop reply packet we wait for breakpoint events.
This "library" reply should be added to https://lldb.llvm.org/resources/lldbgdbremote.html#lldb-extensions if it's new for lldb.
https://github.com/llvm/llvm-project/pull/197901
More information about the lldb-commits
mailing list