File: debug_script.in

package info (click to toggle)
martian-modem 20080625-2
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,048 kB
  • ctags: 985
  • sloc: ansic: 6,095; sh: 298; makefile: 236
file content (16 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
echo backtrace\n
backtrace
echo mcb:\n
print * (struct martian_common *) &mcb_dump
echo \n
echo registers:\n
info registers
echo \n
disassemble
echo \n
printf "exception at 0x%x\n", $eip
disassemble $eip-0x20 $eip+0x20

echo \nthreads:\n
info threads
#quit