diff --git a/src/etc/lldb_batchmode.py b/src/etc/lldb_batchmode.py index 7c2e91474c1f..d9c4bc5562f0 100644 --- a/src/etc/lldb_batchmode.py +++ b/src/etc/lldb_batchmode.py @@ -157,6 +157,7 @@ def start_watchdog(): # ~main #################################################################################################### + if len(sys.argv) != 3: print("usage: python lldb_batchmode.py target-path script-path") sys.exit(1)