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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon May 6 10:23:11 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(
----------------
JDevlieghere wrote:

This seems like it would be worth documenting in a comment?

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


More information about the lldb-commits mailing list