commit | a51b4796c778ebce9a30208fd3b4511e63c5ca5f | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Mon Sep 21 20:46:34 2020 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Mon Sep 21 20:48:52 2020 -0700 |
tree | 81f44681ac8444036ec3ead363d2df4ffe0ef474 | |
parent | e8ab4475ea1c71cd1c2523722b5c0073d645c8cb [diff] |
Add "--" to separate program args from lldb/gdb server args Without this, "lldbclient.py -r ls --help" fails, because the lldb/gdb server handles the "--help" argument rather than passing it through to the program being started. Test: lldbclient.py --lldb -r /system/bin/ls --help Test: gdbclient.py --no-lldb -r /system/bin/ls --help Change-Id: I76c7e73b535125ea96f5435bbfe99099786956c1