Home
last modified time | relevance | path

Searched refs:gdb_skip_stdio_test (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dcall-ar-st.exp122 ![gdb_skip_stdio_test "print print_double_array(double_array)"] } {
135 if ![gdb_skip_stdio_test "print_char_array(char_array)"] {
155 if ![gdb_skip_stdio_test "continue to 1216"] {
190 ![gdb_skip_stdio_test "continuing to breakpoint 1220"] } {
218 if ![gdb_skip_stdio_test "next over print_int_array in print_all_arrays"] {
237 ![gdb_skip_stdio_test "print print_double_array(array_d)"] } {
254 ![gdb_skip_stdio_test "continuing to 1236"] } {
272 if ![gdb_skip_stdio_test "print sum_array_print(...)"] {
284 if ![gdb_skip_stdio_test "next to 1237"] {
297 if ![gdb_skip_stdio_test "print print_array_rep(...)"] {
[all …]
Dcall-rt-st.exp168 if ![gdb_skip_stdio_test "print print_struct_rep(*struct1)"] {
173 if ![gdb_skip_stdio_test "print print_one_large_struct(...)"] {
179 ![gdb_skip_stdio_test "print print_one_double(*d1)"] } {
185 ![gdb_skip_stdio_test "print print_two_floats(*f3)"] } {
190 if ![gdb_skip_stdio_test "print print_bit_flags_char(*cflags)"] {
195 if ![gdb_skip_stdio_test "print print_bit_flags_short(*sflags)"] {
200 if ![gdb_skip_stdio_test "print print_bit_flags(*flags)"] {
205 if ![gdb_skip_stdio_test "print print_bit_flags_combo(*flags_combo)"] {
210 if ![gdb_skip_stdio_test "print print_three_chars(*three_chars)"] {
215 if ![gdb_skip_stdio_test "print print_five_chars(*five_chars)"] {
[all …]
Dcall-strs.exp147 if ![gdb_skip_stdio_test "print str_func1(s)"] {
160 if ![gdb_skip_stdio_test "print str_func1(teststring)"] {
172 if ![gdb_skip_stdio_test "call str_func1(s)"] {
184 if ![gdb_skip_stdio_test "call str_func1 (...)"] {
196 if ![gdb_skip_stdio_test "print str_func1(buf)"] {
208 if ![gdb_skip_stdio_test "call str_func1(buf)"] {
220 if ![gdb_skip_stdio_test "print str_func(a,b,c,d,e,f,g)"] {
232 if ![gdb_skip_stdio_test "call str_func(a,b,c,d,e,f,g)"] {
244 if ![gdb_skip_stdio_test "print str_func(s,s,s,s,s,s,s,s)"] {
256 if ![gdb_skip_stdio_test "call str_func(s,s,s,s,s,s,s,s)"] {
Dshlib-call.exp160 if ![gdb_skip_stdio_test "next over shr1"] {
184 if ![gdb_skip_stdio_test "print shr1(1)"] {
196 if ![gdb_skip_stdio_test "print shr1(g)"] {
219 if ![gdb_skip_stdio_test "print shr1(1) 2nd time"] {
Dending-run.exp138 if ![gdb_skip_stdio_test "cont"] {
144 if ![gdb_skip_stdio_test "Step to return"] {
Drestore.exp94 if ![gdb_skip_stdio_test "run to completion"] {
Dvarargs.exp72 if [gdb_skip_stdio_test "varargs.exp"] {
Da2-run.exp31 if [gdb_skip_stdio_test "a2run.exp"] {
Dwatchpoint.exp447 if [gdb_skip_stdio_test "watchpoints triggered in syscall"] {
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/lib/
Dgdb.exp1993 proc gdb_skip_stdio_test { msg } { procedure
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog4395 gdb_skip_stdio_test.
5739 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5796 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.