xref: /DragonOS/tools/.gdbinit (revision d8ad0a5e7724469abd5cc3cf271993538878033e)
1target remote localhost:1234
2file bin/kernel/kernel.elf
3set follow-fork-mode child
4b Start_Kernel