Last change
on this file since 13597 was
9929,
checked in by gz, 13 years ago
|
Merge r8038 from working-0711
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | define x86_lisp_string |
---|
2 | x/s $arg0-5 |
---|
3 | end |
---|
4 | |
---|
5 | define gtra |
---|
6 | br *$r10 |
---|
7 | cont |
---|
8 | end |
---|
9 | |
---|
10 | define x86pname |
---|
11 | set $temp=*((long *)((long)($arg0-6))) |
---|
12 | x86_lisp_string $temp |
---|
13 | end |
---|
14 | |
---|
15 | |
---|
16 | define pname |
---|
17 | x86pname $arg0 |
---|
18 | end |
---|
19 | |
---|
20 | define l |
---|
21 | call print_lisp_object($arg0) |
---|
22 | end |
---|
23 | |
---|
24 | define lw |
---|
25 | l $r13 |
---|
26 | end |
---|
27 | |
---|
28 | define clobber_breakpoint |
---|
29 | set *(short *)($pc-2)=0x9090 |
---|
30 | end |
---|
31 | |
---|
32 | define arg_z |
---|
33 | l $rsi |
---|
34 | end |
---|
35 | |
---|
36 | define arg_y |
---|
37 | l $rdi |
---|
38 | end |
---|
39 | |
---|
40 | define arg_x |
---|
41 | l $r8 |
---|
42 | end |
---|
43 | |
---|
44 | define bx |
---|
45 | l $rbx |
---|
46 | end |
---|
47 | |
---|
48 | define showlist |
---|
49 | set $l=$arg0 |
---|
50 | while $l != 0x200b |
---|
51 | set $car = *((LispObj *)($l+5)) |
---|
52 | set $l = *((LispObj *)($l-3)) |
---|
53 | l $car |
---|
54 | end |
---|
55 | end |
---|
56 | |
---|
57 | define lbt |
---|
58 | call plbt_sp($rbp) |
---|
59 | end |
---|
60 | |
---|
61 | define ada |
---|
62 | p/x *(all_areas->succ) |
---|
63 | end |
---|
64 | |
---|
65 | define lregs |
---|
66 | call debug_lisp_registers($arg0,0,0) |
---|
67 | end |
---|
68 | |
---|
69 | break Bug |
---|
70 | |
---|
71 | display/i $pc |
---|
72 | |
---|
73 | handle SIGKILL pass nostop noprint |
---|
74 | handle SIGILL pass nostop noprint |
---|
75 | handle SIGSEGV pass nostop noprint |
---|
76 | handle SIGBUS pass nostop noprint |
---|
77 | handle SIGFPE pass nostop noprint |
---|
78 | handle SIG40 pass nostop noprint |
---|
79 | handle SIG41 pass nostop noprint |
---|
80 | handle SIG42 pass nostop noprint |
---|
81 | handle SIGPWR pass nostop noprint |
---|
82 | handle SIGQUIT pass nostop noprint |
---|
83 | |
---|
Note: See
TracBrowser
for help on using the repository browser.