mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-28 04:43:23 +00:00
🆕 gdb源代码级别调试
This commit is contained in:
4
tools/.gdbinit
Normal file
4
tools/.gdbinit
Normal file
@ -0,0 +1,4 @@
|
||||
target remote localhost:1234
|
||||
file bin/kernel/kernel.elf
|
||||
set follow-fork-mode child
|
||||
b Start_Kernel
|
Reference in New Issue
Block a user