DragonOS/tools/.gdbinit

4 lines
98 B
Plaintext

target remote localhost:1234
file bin/kernel/kernel.elf
set follow-fork-mode child
b Start_Kernel