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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.exp436 gdb_breakpoint call6d
493 # Continue; should stop at call6d and print actual arguments.
496 gdb_continue call6d
498 if [gdb_test_sequence "backtrace 100" "backtrace from call6d" {
499 "\[\r\n\]#0 .* call6d \\(l=3, f=4, d=5, uc=98 'b', us=6, ui=7, ul=8\\) "
515 "\[\r\n\]#1 .* call6d \\(l=3, f=4, d=5, uc=98 'b', us=6, ui=7, ul=8\\) "
532 "\[\r\n\]#2 .* call6d \\(l=3, f=4, d=5, uc=98 'b', us=6, ui=7, ul=8\\) "
550 "\[\r\n\]#3 .* call6d \\(l=3, f=4, d=5, uc=98 'b', us=6, ui=7, ul=8\\) "
569 "\[\r\n\]#4 .* call6d \\(l=3, f=4, d=5, uc=98 'b', us=6, ui=7, ul=8\\) "
596 "\[\r\n\]#5 .* call6d \\(
[all...]
H A Dfuncargs.c432 void call6d (long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) function
434 call6d (l, f, d, uc, us, ui, ul)
452 call6d (l, f, d, uc, us, ui, ul);

Completed in 100 milliseconds