mirror of
https://github.com/54shady/kernel_drivers_examples.git
synced 2026-01-29 12:04:10 +00:00
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
4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
set remotebaud 115200
|
|
target remote /dev/ttyUSB0
|
|
file vmlinux
|