补充参数的设置.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-10-02 14:36:28 +08:00
parent 1d36e271f8
commit 7e49df8f32
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ gdbclient.py -p <program pid> --port <port>
如需调试尚未执行的程序,请按如下方式操作: 如需调试尚未执行的程序,请按如下方式操作:
```bash ```bash
gdbclient.py --port <port> -r <program> gdbclient.py --port <port> -r <program and args>
``` ```
最后,在 gdb 提示符处输入 gdb 调试命令进行调试即可。 最后,在 gdb 提示符处输入 gdb 调试命令进行调试即可。