We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb3f6b commit 3abb5ceCopy full SHA for 3abb5ce
lldb/test/API/python_api/event/TestEvents.py
@@ -413,7 +413,7 @@ def test_shadow_listener(self):
413
414
# Add our stop hook here, don't report on the initial attach:
415
self.runCmd(
416
- 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"
417
)
418
self.stop_counter = 0
419
0 commit comments