摘要: 1. 安装gdbserver程序到嵌入式设备 2. 在嵌入式设备上运行gdbserver作为代理(agent) $ gdbserver :<port> <your_app> 3. 在宿主机上运行cross gdb $ your-cross-gdb (gdb) file <your_app> (指定带 阅读全文
posted @ 2020-02-18 16:35 Jello 阅读(325) 评论(0) 推荐(0)