Author: jimingham Date: 2025-05-01T16:01:50-07:00 New Revision: 471fe9c68948d339016d0c4aa66c116ff31e0516
URL: https://github.com/llvm/llvm-project/commit/471fe9c68948d339016d0c4aa66c116ff31e0516 DIFF: https://github.com/llvm/llvm-project/commit/471fe9c68948d339016d0c4aa66c116ff31e0516.diff LOG: Fix TestEvents.py after: 4fdb8cb (#138211) I changed the option name from at-first-stop (-F) to at-initial-stop (-I) but missed one place in the testsuite. Added: Modified: lldb/test/API/python_api/event/TestEvents.py Removed: ################################################################################ diff --git a/lldb/test/API/python_api/event/TestEvents.py b/lldb/test/API/python_api/event/TestEvents.py index 9b73a0e2e1e04..4a1b0d82c5c32 100644 --- a/lldb/test/API/python_api/event/TestEvents.py +++ b/lldb/test/API/python_api/event/TestEvents.py @@ -413,7 +413,7 @@ def test_shadow_listener(self): # Add our stop hook here, don't report on the initial attach: self.runCmd( - f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -F false" + f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -I false" ) self.stop_counter = 0 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits