Files
kernel_drivers_examples/debug/env_debug_kernel.cmd
zeroway 0f7ac625ed GDB : add script for quick debug config
step 1. execute the script enter_kgdb_mode.sh in one terminal
step 2. source the cmd file env_debug_kernel.cmd in gdb
		to set the property enviroment
2018-08-15 20:16:27 +08:00

4 lines
62 B
Batchfile

set remotebaud 115200
target remote /dev/ttyUSB0
file vmlinux