diff options
| -rw-r--r-- | src/etc/lldb_batchmode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/lldb_batchmode.py b/src/etc/lldb_batchmode.py index 7c2e91474c1..d9c4bc5562f 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) |
