Searched refs:arg0_32 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddfp-test.exp205 ".*arg0_32.*" \
212 gdb_breakpoint arg0_32
213 gdb_continue_to_breakpoint "entry to arg0_32"
214 gdb_test "backtrace" ".*arg0_32 \\(arg0=0.1, arg1=1.0, arg2=2.0, arg3=3.0, arg4=4.0, arg5=5.0\\).*" "backtrace at arg0_32"
226 gdb_test "call arg0_32 (1.2df, 2.2df, 3.2df, 4.2df, 5.2df, 6.2df)" "Breakpoint.*arg0_32.*" "call function with correct _Decimal32 arguments."
227 gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_32 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "backtrace function with correct _Decimal32 arguments."
H A Ddfp-test.c123 arg0_32 (_Decimal32 arg0, _Decimal32 arg1, _Decimal32 arg2, function
312 d32 = arg0_32 (0.1df, 1.0df, 2.0df, 3.0df, 4.0df, 5.0df);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Ddfp-test.exp205 ".*arg0_32.*" \
212 gdb_breakpoint arg0_32
213 gdb_continue_to_breakpoint "entry to arg0_32"
214 gdb_test "backtrace" ".*arg0_32 \\(arg0=0.1, arg1=1.0, arg2=2.0, arg3=3.0, arg4=4.0, arg5=5.0\\).*" "backtrace at arg0_32"
226 gdb_test "call arg0_32 (1.2df, 2.2df, 3.2df, 4.2df, 5.2df, 6.2df)" "Breakpoint.*arg0_32.*" "call function with correct _Decimal32 arguments."
227 gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_32 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "backtrace function with correct _Decimal32 arguments."
H A Ddfp-test.c123 arg0_32 (_Decimal32 arg0, _Decimal32 arg1, _Decimal32 arg2, function
312 d32 = arg0_32 (0.1df, 1.0df, 2.0df, 3.0df, 4.0df, 5.0df);

Completed in 163 milliseconds