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 端