indigoos/src/debug/gdbinit.gdb
Brett Weiland b2dc154433 smp boots!
2021-08-26 21:39:57 -05:00

13 lines
138 B
Plaintext

target remote localhost:1234
symbol-file debug/debug_syms.o
hb debug
hb smp_boot
define cs2bs
print (1 << (5 + $arg0))
end
continue