debug

更新时间:
2024-01-09
下载文档

debug

启动GDB 服务器。

格式

debug [connect options] [program] [arguments...]

说明

[root@sylixos:/root]# help debug
GDB Server (On serial: "115200,n,8,1")
eg. debug localhost:1234 helloworld
    debug /dev/ttyS1 helloworld
    debug terminal helloworld
    debug --attach localhost:1234 1
debug [connect options] [program] [arguments...]
[root@sylixos:/root]# 

此命令用于启动SylixOS系统上的GBD服务功能。

样例

[root@sylixos:/apps/test1]# debug localhost: 1234 ./test1
[GDB]Waiting for connect...
[root@sylixos:/apps/test1]# debug /dev/ttyS1 ./test1
[GDB]Serial device: /dev/ttyS1 115200,n,8,1
[root@sylixos:/apps/test1]# debug terminal ./test1
[GDB]Serial device: terminal 115200,n,8,1
[root@sylixos:/apps/test1]# debug --attach localhost:1234 ./test1
[root@sylixos:/root]# help debug
GDB Server (On serial: "115200,n,8,1")
eg. debug localhost:1234 helloworld
    debug /dev/ttyS1 helloworld
    debug terminal helloworld
    debug --attach localhost:1234 1
文档内容是否对您有所帮助?
有帮助
没帮助