ftmemsim-valgrind/gdbserver_tests/mcmain_pic.stdoutB.exp
Julian Seward ac60633d65 Bug 345248 - add support for Solaris OS in valgrind
Authors of this port:
    Petr Pavlu         setup@dagobah.cz
    Ivo Raisr          ivosh@ivosh.net
    Theo Schlossnagle  theo@omniti.com
            


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
2015-07-21 14:44:28 +00:00

10 lines
355 B
Plaintext

Breakpoint 1 at 0x........: file main_pic.c, line 12.
Continuing.
Breakpoint 1, main (argc=1, argv=0x........) at main_pic.c:12
12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);
$1 = void
$2 = (int (*)(int, char **)) 0x........ <main>
$3 = (void (*)(char *)) 0x........ <another_func>
Continuing.
Program exited normally.