-
无图像运行gdb服务器
qemu-system-arm -M lm3s6965evb -kernel hello_world.elf -gdb tcp::1234 -nographic
-
debug可执行文件
gdb ./hello_world.elf (gdb) target remote localhost:1234
无图像运行gdb服务器
qemu-system-arm -M lm3s6965evb -kernel hello_world.elf -gdb tcp::1234 -nographic
debug可执行文件
gdb ./hello_world.elf
(gdb) target remote localhost:1234