From 7c5e98d4496501aa86908e501444d6e5112ec966 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 21 Aug 2020 18:32:54 +0800 Subject: [PATCH] =?UTF-8?q?gdbserver=20=E5=B8=A6=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/GDB/GDBServer_的使用.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Applications/GDB/GDBServer_的使用.md b/Software/Applications/GDB/GDBServer_的使用.md index c149020..7c777d9 100644 --- a/Software/Applications/GDB/GDBServer_的使用.md +++ b/Software/Applications/GDB/GDBServer_的使用.md @@ -7,7 +7,7 @@ GDBServer 用于与 GDB 配合工作,以实现远程调试。在 Host 上开 gdbserver 的使用非常简单,只要在某个端口上开启监听就可以: ```bash -gdbserver [listen ip]: [--args ] +gdbserver [listen ip]: [program args] ``` ## Host 端