summaryrefslogtreecommitdiff
path: root/src/debug/gdbinit.gdb
blob: 516debae0fbf146533712c2e91308d1def585ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
target remote localhost:1234
symbol-file debug/debug_syms.o

set scheduler-locking step

hb page.c:357

define cs2bs
  print (1 << (5 + $arg0))
end
continue