Searched refs:call2g (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c247 void call2g (long l, double d2, char c, float f1, short s, double d1, int i, float f2) function
249 call2g (l, d2, c, f1, s, d1, i, f2)
750 call2g (l, d, c, f, s, d, i, f);
H A Dfuncargs.exp174 gdb_breakpoint call2g
225 # Continue; should stop at call2g and print actual arguments.
226 if [gdb_test "cont" ".* call2g \\(l=3, d2=5, c=97 'a', f1=4, s=1, d1=5, i=2, f2=4\\) .*" "continue to call2g"] {

Completed in 60 milliseconds