Files
jsix/.gdbinit
2018-03-22 18:37:18 -07:00

9 lines
187 B
Plaintext

set architecture i386:x86-64
symbol-file build/kernel.elf.sym
target remote localhost:1234
break kernel_main
continue
disconnect
set architecture i386:x86-64
target remote localhost:1234