[Lldb-commits] [lldb] [lldb] Verify target stop-hooks support with scripted process (PR #91107)

via lldb-commits lldb-commits at lists.llvm.org
Mon May 6 09:47:48 PDT 2024


================
@@ -100,6 +111,10 @@ def get_register_context(self) -> str:
 
 def __lldb_init_module(debugger, dict):
     if not "SKIP_SCRIPTED_PROCESS_LAUNCH" in os.environ:
+        debugger.HandleCommand(
----------------
jimingham wrote:

Why do you have to add the stop hook here when the module is initialized and also in the test case?

https://github.com/llvm/llvm-project/pull/91107


More information about the lldb-commits mailing list