[Lldb-commits] [lldb] [lldb-dap] Fix core file stop reason overriden to "entry" (PR #195352)
via lldb-commits
lldb-commits at lists.llvm.org
Fri May 1 14:01:35 PDT 2026
================
@@ -121,6 +121,7 @@ struct DAP final : public DAPTransport::MessageHandler {
llvm::once_flag terminated_event_flag;
bool stop_at_entry = false;
bool is_attach = false;
+ bool is_core_file = false;
----------------
kusmour wrote:
cool, will update
https://github.com/llvm/llvm-project/pull/195352
More information about the lldb-commits
mailing list