Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git] / libgloss / testsuite / libgloss.all / .gdbinit
blob65fbccd480df5563a291e7e3e3ca06dd99fca9cd
1 define wec-test
2 set height 0
3 set remotedebug 0
4 echo Running array test...
5 load array-w89k.x
6 run
7 echo Running double test...
8 load double-w89k.x
9 run
10 echo Running float test...
11 load float-w89k.x
12 run
13 echo Running func test...
14 load func-w89k.x
15 run
16 echo Running io test...
17 load io-w89k.x
18 run
19 echo Running math test...
20 load math-w89k.x
21 run
22 echo Running memory test...
23 load memory-w89k.x
24 run
25 echo Running div test...
26 load div-w89k.x
27 run
28 echo Running struct test...
29 load struct-w89k.x
30 run
31 echo Running printf test...
32 load printf-w89k.x
33 run
34 echo Running varargs test...
35 load varargs-w89k.x
36 run
37 echo Running varargs2 test...
38 load varargs2-w89k.x
39 run
40 end
42 define oki-test
43 set height 0
44 set remotedebug 0
45 echo Running array test...
46 load array-op50n.x
47 run
48 echo Running double test...
49 load double-op50n.x
50 run
51 echo Running float test...
52 load float-op50n.x
53 run
54 echo Running func test...
55 load func-op50n.x
56 run
57 echo Running io test...
58 load io-op50n.x
59 run
60 echo Running math test...
61 load math-op50n.x
62 run
63 echo Running memory test...
64 load memory-op50n.x
65 run
66 echo Running div test...
67 load div-op50n.x
68 run
69 echo Running struct test...
70 load struct-op50n.x
71 run
72 echo Running printf test...
73 load printf-op50n.x
74 run
75 echo Running varargs test...
76 load varargs-op50n.x
77 run
78 echo Running varargs2 test...
79 load varargs2-op50n.x
80 run
81 end