[Lldb-commits] [PATCH] D149180: [LLDB][REPL] Destroy the repl instances correctly
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 25 13:09:23 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG59a39c2fc91e: [LLDB][REPL] Destroy the repl instances correctly (authored by wallace).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149180/new/
https://reviews.llvm.org/D149180
Files:
lldb/source/Target/Target.cpp
Index: lldb/source/Target/Target.cpp
===================================================================
--- lldb/source/Target/Target.cpp
+++ lldb/source/Target/Target.cpp
@@ -293,6 +293,7 @@
m_stop_hooks.clear();
m_stop_hook_next_id = 0;
m_suppress_stop_hooks = false;
+ m_repl_map.clear();
Args signal_args;
ClearDummySignals(signal_args);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149180.516873.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230425/ca77cbf2/attachment.bin>
More information about the lldb-commits
mailing list