From 7e49df8f3250d0a908766e7407bc23b7276a0fc7 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 2 Oct 2020 14:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8F=82=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../OperatingSystem/Android/Debug/使用_GDB_调试_Native_程序.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Development/OperatingSystem/Android/Debug/使用_GDB_调试_Native_程序.md b/Software/Development/OperatingSystem/Android/Debug/使用_GDB_调试_Native_程序.md index 87adaaa..199e58b 100644 --- a/Software/Development/OperatingSystem/Android/Debug/使用_GDB_调试_Native_程序.md +++ b/Software/Development/OperatingSystem/Android/Debug/使用_GDB_调试_Native_程序.md @@ -31,7 +31,7 @@ gdbclient.py -p --port 如需调试尚未执行的程序,请按如下方式操作: ```bash -gdbclient.py --port -r +gdbclient.py --port -r ``` 最后,在 gdb 提示符处输入 gdb 调试命令进行调试即可。