744
|
1 tb main
|
|
2 define regs
|
804
|
3 call (void)printf("rax=%08lx rbx=%08lx rcx=%08lx rdx=%08lx\nrsi=%08lx rdi=%08lx rbp=%08lx rsp=%08lx rip=%08lx\n",$rax,$rbx,$rcx,$rdx,$rsi,$rdi,$rbp,$rsp,$rip)
|
744
|
4 end
|
|
5 define si
|
|
6 stepi
|
|
7 regs
|
804
|
8 x/1i $rip
|
744
|
9 end
|
|
10 define ni
|
|
11 nexti
|
|
12 regs
|
804
|
13 x/1i $rip
|
744
|
14 end
|
|
15 b errmsg
|
|
16 # r -s test/tmp7.c
|
804
|
17 # r -s -DINLINE=inline test/tmp7.c
|
|
18 # r -s test/int.c
|
744
|
19 # r -s test/tmp6.c
|
|
20 # r -s test/call.c
|
|
21 # r -s test/static.c
|
|
22 # r -s test/tmpa.c
|
804
|
23 # r -s test/code-gen-all.c
|
744
|
24 # r -s mc-code-powerpc.c
|
|
25 # r -s test/macro.c
|
|
26 # r -s test/basic.c
|
804
|
27 # r -s test/float.c
|
744
|
28 # r -s test/strinit.c
|
804
|
29 # r -s test/bitfield.c
|
|
30 # r -s test/tstdarg.c
|
|
31 r -s test/ps2.c
|
744
|
32 # r -s test/arg.c
|
804
|
33 # r -s test/obsf2.c
|
|
34 # r -s test/putenemy.c
|
|
35 # r -s -DINLINE=inline test/code-gen-all.c
|
744
|
36 # r -s -DINLINE=inline test/strinit.c
|
|
37 # r -s test/fact-a.c
|