Mercurial > hg > CbC > old > device
annotate .gdbinit @ 38:d48d952da354
struct copy continue
author | kono |
---|---|
date | Tue, 11 Feb 2003 11:26:51 +0900 |
parents | 412ad2e6c2a2 |
children | c63c4fdeb9a7 |
rev | line source |
---|---|
0 | 1 tb main |
38 | 2 # b error |
3 # b errmsg | |
32 | 4 define regs |
33 | 5 call fprintf(stderr,"eax=%08x ebx=%08x ecx=%08x edx=%08x\nesi=%08x edi=%08x ebp=%08x esp=%08x eip=%08x\n",$eax,$ebx,$ecx,$edx,$esi,$edi,$ebp,$esp,$eip) |
32 | 6 end |
7 define si | |
8 stepi | |
9 regs | |
10 x/1i $eip | |
11 end | |
12 define ni | |
13 nexti | |
14 x/1i $eip | |
15 end | |
37 | 16 r -s test/tmp7.c |