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


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