Home
last modified time | relevance | path

Searched refs:gdb_test_multiple (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-explore.exp94 gdb_test_multiple "explore ss_ptr" "" {
97 gdb_test_multiple "y" "explore_as_single_value_pointer" {
105 gdb_test_multiple "explore darray_ref" "" {
108 gdb_test_multiple "n" "no_to_explore_as_pointer" {
111 gdb_test_multiple "y" "explore_as_array" {
114 gdb_test_multiple "2" "explore_as_array_index_2" {
117 gdb_test_multiple "\0" "end explore_as_array_index_2" {
120 gdb_test_multiple "\0" "end explore_as_array" {
136 gdb_test_multiple "explore su" "" {
139 gdb_test_multiple "3" "explore su.d" {
[all …]
Dpy-explore-cc.exp50 gdb_test_multiple "explore int_ptr_ref" "" {
53 gdb_test_multiple "y" "explore_int_ptr_ref_as_single_value_pointer" {
61 gdb_test_multiple "explore b" "" {
64 gdb_test_multiple "0" "explore_base_class_A" {
67 gdb_test_multiple "\0" "return_to_b_from_A" {
70 gdb_test_multiple "1" "explore_field_i_of_b" {
73 gdb_test_multiple "\0" "return_to_b_from_i" {
80 gdb_test_multiple "2" "explore_field_c_of_b" {
83 gdb_test_multiple "\0" "return_to_b_from_c" {
90 gdb_test_multiple "\0" "return_to_gdb_prompt" {
[all …]
Dpython.exp35 gdb_test_multiple "python print (23)" "verify python support" {
66 gdb_test_multiple "python\nhelp()\nend" $test {
154 gdb_test_multiple "python print (\"\\n\" * $lines)" $test {
170 gdb_test_multiple "python print (\"\\n\" * $lines)" $test {
275 gdb_test_multiple "info line func1" "info line func1" {
339 gdb_test_multiple "python gdb.prompt_hook = prompt" "set the hook = prompt" {
345 gdb_test_multiple "set prompt testfake " "set testfake prompt in GDB" {
351 gdb_test_multiple "show prompt" "show testfake prompt" {
357 gdb_test_multiple "set prompt blah " "set blah in GDB" {
363 gdb_test_multiple "python gdb.prompt_hook = None" "delete hook" {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcompletion.exp95 gdb_test_multiple "target ctf" "" {
178 gdb_test_multiple "" "$test" {
181 gdb_test_multiple "" $test {
193 gdb_test_multiple "" "$test" {
196 gdb_test_multiple "" "$test" {
206 gdb_test_multiple "" "$test" {
209 gdb_test_multiple "" "$test" {
219 gdb_test_multiple "" "$test" {
222 gdb_test_multiple "" "$test" {
232 gdb_test_multiple "" "$test" {
[all …]
Ddefine.exp39 gdb_test_multiple "define nextwhere" "define user command: nextwhere" {
55 gdb_test_multiple "define nextwh" "define user command: nextwh" {
101 gdb_test_multiple "document nextwhere" "document user command: nextwhere" {
109 gdb_test_multiple "document nextwhere" "re-document user command: nextwhere" {
123 gdb_test_multiple "document nextwhere" "set up whitespace in help string" {
137 gdb_test_multiple "define dot.command" "define user command: dot.command" {
163 gdb_test_multiple "define ifnospace" "define user command: ifnospace" \
167 gdb_test_multiple "if(3<4)\nprint \"hi there\\n\"\nend\nend" "send body of ifnospace" \
180 gdb_test_multiple "define breakmain" "$test" {
184 gdb_test_multiple "break -q main\ncommand\necho\nend\nend" "$test" {
[all …]
Dassign.exp49 gdb_test_multiple "print v_int=57" "v_int=57" {
57 gdb_test_multiple "print v_int+=57" "v_int+=57" {
65 gdb_test_multiple "print v_int-=57" "v_int-=57" {
73 gdb_test_multiple "print v_int*=5" "v_int*=5" {
81 gdb_test_multiple "print v_int/=4" "v_int/=4" {
89 gdb_test_multiple "print v_int%=4" "v_int%=4" {
97 gdb_test_multiple "print v_int+=v_char" "v_int+=char" {
105 gdb_test_multiple "print v_int+=v_signed_char" "v_int+=signed_char" {
113 gdb_test_multiple "print v_int+=v_unsigned_char" "v_int+=unsigned_char" {
121 gdb_test_multiple "print v_int+=v_short" "v_int+=short" {
[all …]
Dannota1.exp96 gdb_test_multiple "info break" "breakpoint info" {
192 gdb_test_multiple "run" "run until main breakpoint" {
205 gdb_test_multiple "next" "go after array init line" {
224 gdb_test_multiple "print my_array" "print array" {
238 gdb_test_multiple "print non_existent_value" "print non_existent_value" {
249 gdb_test_multiple "break handle_USR1" "break handle_USR1" {
258 gdb_test_multiple "break printf" "break printf" {
274 gdb_test_multiple "continue" "continue to printf" {
334 gdb_test_multiple "backtrace" "backtrace from shlibrary" {
357 gdb_test_multiple "signal SIGUSR1" "send SIGUSR1" {
[all …]
Dcommands.exp212 gdb_test_multiple "commands" "commands" {
264 gdb_test_multiple "commands" $test {
344 gdb_test_multiple "define mycommand" "define mycommand" {
381 gdb_test_multiple "define myemptycommand" "define myemptycommand" {
407 gdb_test_multiple $test $test {
417 gdb_test_multiple $test $test {
434 gdb_test_multiple "define command_args_eval" \
464 gdb_test_multiple "define args_stack_command" \
520 gdb_test_multiple "define manyargs" $test {
582 gdb_test_multiple "watch local_var" "watch local_var" {
[all …]
Dattach.exp80 gdb_test_multiple "attach abc" "$test" {
101 gdb_test_multiple "attach ${testpid}x" "$test" {
131 gdb_test_multiple "attach $boguspid" "$test" {
163 gdb_test_multiple "attach $testpid" "$test" {
177 gdb_test_multiple "attach $testpid" "$test" {
198 gdb_test_multiple "" "stop at main" {
245 gdb_test_multiple "file $binfile" "$test" {
256 gdb_test_multiple "attach $testpid" "$test" {
288 gdb_test_multiple "file" "$test" {
300 gdb_test_multiple "attach $testpid" "$test" {
[all …]
Dmemattr.exp44 gdb_test_multiple "info address mem1" "get address of mem1" {
50 gdb_test_multiple "info address mem2" "get address of mem2" {
56 gdb_test_multiple "info address mem3" "get address of mem3" {
62 gdb_test_multiple "info address mem4" "get address of mem4" {
68 gdb_test_multiple "info address mem5" "get address of mem5" {
74 gdb_test_multiple "print &mem1\[64\]" "get end of mem1" {
80 gdb_test_multiple "print &mem2\[64\]" "get end of mem2" {
86 gdb_test_multiple "print &mem3\[64\]" "get end of mem3" {
92 gdb_test_multiple "print &mem4\[64\]" "get end of mem4" {
98 gdb_test_multiple "print &mem5\[64\]" "get end of mem5" {
[all …]
Dwatchpoint.exp112 set retcode [gdb_test_multiple "" $test {
138 gdb_test_multiple "cont" $test {
227 set retcode [gdb_test_multiple "" $test {
333 gdb_test_multiple "until" $test {
393 gdb_test_multiple "123" $test {
404 gdb_test_multiple $test $test {
409 gdb_test_multiple $test $test {
414 gdb_test_multiple $test $test {
419 gdb_test_multiple $test $test {
481 gdb_test_multiple "cont" $test {
[all …]
Dinterrupt.exp50 gdb_test_multiple "continue" $msg {
61 gdb_test_multiple "" $msg {
80 gdb_test_multiple "" $msg {
88 gdb_test_multiple "" $msg {
133 gdb_test_multiple "" "$msg" {
148 gdb_test_multiple "" $msg {
164 gdb_test_multiple "" "$msg" {
173 gdb_test_multiple "signal SIGINT" "$msg" {
183 gdb_test_multiple "" $msg {
198 gdb_test_multiple "" $msg {
Dinfo-os.exp39 gdb_test_multiple "call ((int (*) (void)) getpid) ()" $test {
56 gdb_test_multiple "print shmkey" $test {
64 gdb_test_multiple "print shmid" $test {
73 gdb_test_multiple "print semkey" $test {
82 gdb_test_multiple "print semid" $test {
91 gdb_test_multiple "print msgkey" $test {
100 gdb_test_multiple "print msqid" $test {
110 gdb_test_multiple "print port" $test {
125 gdb_test_multiple $command $test {
Dfoll-vfork.exp82 gdb_test_multiple "continue" "continue to first vfork catchpoint" {
103 gdb_test_multiple "next" "" {
119 gdb_test_multiple "continue" "continue to bp" {
131 gdb_test_multiple "continue" "continue to child exit" {
148 gdb_test_multiple "continue" "continue to bp" {
163 gdb_test_multiple "next" "next over vfork" {
172 gdb_test_multiple "continue" "continue to vfork" {
192 gdb_test_multiple "finish" "" {
215 gdb_test_multiple "finish" "" {
238 gdb_test_multiple "finish" "" {
[all …]
Dreadline-ask.exp41 gdb_test_multiple "" $test {
49 gdb_test_multiple "" $test {
62 gdb_test_multiple "" $test {
74 gdb_test_multiple "" $test {
85 gdb_test_multiple "" $test {
93 gdb_test_multiple "" $test {
105 gdb_test_multiple "" $test {
116 gdb_test_multiple "" $test {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dmember-ptr.exp47 gdb_test_multiple "ptype pmi" $name {
56 gdb_test_multiple "print pmi" $name {
81 gdb_test_multiple "print a.*pmi" $name {
101 gdb_test_multiple "print a_p->*pmi" $name {
120 gdb_test_multiple "set var pmi = &A::jj" $name {
137 gdb_test_multiple "print pmi" $name {
154 gdb_test_multiple "print a.*pmi" $name {
168 gdb_test_multiple "set var pmi = &A::j" $name {
185 gdb_test_multiple "print a.*pmi" $name {
199 gdb_test_multiple "print a.*pmi = 33" $name {
[all …]
Dref-types.exp77 gdb_test_multiple "ptype as" "ptype as" {
86 gdb_test_multiple "print rs" "print value of rs" {
96 gdb_test_multiple "ptype rs" "ptype rs" {
109 gdb_test_multiple "ptype rps" "ptype rps" {
117 gdb_test_multiple "ptype ras" "ptype ras" {
143 gdb_test_multiple "ptype US" "ptype US" {
158 gdb_test_multiple "ptype UL" "ptype UL" {
182 gdb_test_multiple "ptype rS" "ptype rS" {
187 gdb_test_multiple "ptype rUS" "ptype rUS" {
196 gdb_test_multiple "ptype rL" "ptype rL" {
[all …]
Dctti.exp44 gdb_test_multiple "print add<int>(2,2)" "print add<int>(2,2)" {
54 gdb_test_multiple "print add<float>(2.25,2.25)" "print add<float>(2.25,2.25)" {
63 gdb_test_multiple "print add<unsigned char>('A','A')" "print add<unsigned char>('A','A')" {
72 gdb_test_multiple "print add2<int>(2,2)" "print add2<int>(2,2)" {
81 gdb_test_multiple "print add2<float>(2.25,2.25)" "print add2<float>(2.25,2.25)" {
90 gdb_test_multiple "print add2<unsigned char>('A','A')" "print add2<unsigned char>('A','A')" {
99 gdb_test_multiple "print add3<int>(2,2)" "print add3<int>(2,2)" {
108 gdb_test_multiple "print add3<float>(2.25,2.25)" "print add3<float>(2.25,2.25)" {
117 gdb_test_multiple "print add3<unsigned char>('A','A')" "print add3<unsigned char>('A','A')" {
126 gdb_test_multiple "print add4<int>(2,2)" "print add4<int>(2,2)" {
[all …]
Dtemplates.exp44 gdb_test_multiple "ptype/r T5<int>" "ptype T5<int>" {
78 gdb_test_multiple "ptype/r t5i" "ptype t5i" {
128 gdb_test_multiple "break T5<int>::T5" "constructor breakpoint" {
147 gdb_test_multiple "break T5<int>::~T5" "destructor_breakpoint" {
165 gdb_test_multiple "break ${testfile}.cc:${bp_location}" \
200 gdb_test_multiple "print t5i.value()" "print t5i.value()" {
221 gdb_test_multiple "print intBazOne::~Baz" $test {
227 gdb_test_multiple "whatis intBazOne" $test2 {
301 gdb_test_multiple "ptype/r Foo" "ptype Foo" {
322 gdb_test_multiple "ptype/r fint" "ptype fint" {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
Dexplicit.exp160 gdb_test_multiple "" $tst {
163 gdb_test_multiple "" $tst {
172 gdb_test_multiple "" $tst {
175 gdb_test_multiple "" $tst {
193 gdb_test_multiple "" $tst {
203 gdb_test_multiple "" $tst {
206 gdb_test_multiple "" $tst {
217 gdb_test_multiple "" $tst {
220 gdb_test_multiple "" $tst {
256 gdb_test_multiple "" $tst {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
Dfinish-reverse.exp43 gdb_test_multiple "finish" "$test_msg" {
62 gdb_test_multiple "finish" "$test_msg" {
81 gdb_test_multiple "finish" "$test_msg" {
100 gdb_test_multiple "finish" "$test_msg" {
119 gdb_test_multiple "finish" "$test_msg" {
138 gdb_test_multiple "finish" "$test_msg" {
163 gdb_test_multiple "finish" "$test_msg" {
176 gdb_test_multiple "finish" "$test_msg" {
189 gdb_test_multiple "finish" "$test_msg" {
202 gdb_test_multiple "finish" "$test_msg" {
[all …]
Dfinish-precsave.exp64 gdb_test_multiple "finish" "$test_msg" {
83 gdb_test_multiple "finish" "$test_msg" {
102 gdb_test_multiple "finish" "$test_msg" {
121 gdb_test_multiple "finish" "$test_msg" {
140 gdb_test_multiple "finish" "$test_msg" {
159 gdb_test_multiple "finish" "$test_msg" {
184 gdb_test_multiple "finish" "$test_msg" {
197 gdb_test_multiple "finish" "$test_msg" {
210 gdb_test_multiple "finish" "$test_msg" {
223 gdb_test_multiple "finish" "$test_msg" {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
Dpending.exp71 gdb_test_multiple "$trace_type set_point1" "set pending tracepoint" {
113 gdb_test_multiple "$trace_type set_point1" "set pending tracepoint" {
136 gdb_test_multiple "tstart" $test {
186 gdb_test_multiple "$trace_type set_point2" "set pending tracepoint on set_point2" {
207 gdb_test_multiple "continue" $test {
266 gdb_test_multiple "$trace_type set_point2" "set pending tracepoint on set_point2" {
279 gdb_test_multiple "continue" $test {
327 gdb_test_multiple "trace pendfunc3" "set pending tracepoint on set_point2" {
343 gdb_test_multiple "disconnect" $test {
348 gdb_test_multiple "y" $test {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
Doop_extend_type.exp48 gdb_test_multiple "$test" "$test" {
71 gdb_test_multiple "$test" "$test" {
80 gdb_test_multiple "$test" "$test" {
92 gdb_test_multiple "$test" "$test" {
108 gdb_test_multiple "$test" "$test" {
131 gdb_test_multiple "$test" "$test" {
141 gdb_test_multiple "$test" "$test" {
153 gdb_test_multiple "$test" "$test" {
170 gdb_test_multiple "$test" "$test" {
179 gdb_test_multiple "$test" "$test" {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
Dmulti-ui-errors.exp62 gdb_test_multiple "new-ui console $extra_tty_name" "new-ui" {
68 gdb_test_multiple "" "initial prompt on extra console" {
81 gdb_test_multiple "continue" "continue - extra UI" {
91 gdb_test_multiple "" "ensure inferior is running" {
111 gdb_test_multiple "" "interrupt arrived" {
117 gdb_test_multiple "p server_pid" "" {
124 gdb_test_multiple continue "" {
145 gdb_test_multiple "" "remote connection closed - main UI" {

12345678910>>...31