mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
patch from Mark Wielaard. (with small modifications). Also clarified some comments related to the resume reply. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13052
10 lines
333 B
Plaintext
10 lines
333 B
Plaintext
Breakpoint 1 at 0x........: file main_pic.c, line 11.
|
|
Continuing.
|
|
Breakpoint 1, main (argc=1, argv=0x........) at main_pic.c:11
|
|
11 printf("address of another_func %p\n", &another_func);
|
|
$1 = void
|
|
$2 = (int (*)(int, char **)) 0x........ <main>
|
|
$3 = (void (*)(char *)) 0x........ <another_func>
|
|
Continuing.
|
|
Program exited normally.
|