[Lldb-commits] [lldb] [lldb][Windows] Synchronize on LOAD_DLL_DEBUG_EVENT in lldb-server (PR #203334)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 12 07:32:49 PDT 2026
================
@@ -170,6 +184,10 @@ class NativeProcessWindows : public NativeProcessProtocol,
/// Set when Halt() / Interrupt() schedules a DebugBreakProcess injection.
bool m_pending_halt = false;
+ /// Mirrors the client-side qXfer:libraries[-svr4]:read+ qSupported feature
----------------
adrian-prantl wrote:
I think that's useful as a commit message to explain why, but it's overly verbose for a comment.
https://github.com/llvm/llvm-project/pull/203334
More information about the lldb-commits
mailing list