Home | History | Annotate | Download | only in gdbserver_tests
      1 Breakpoint 1 at 0x........: file main_pic.c, line 11.
      2 Continuing.
      3 Breakpoint 1, main (argc=1, argv=0x........) at main_pic.c:11
      4 11	   printf("address of another_func %p\n", &another_func);
      5 $1 = void
      6 $2 = (int (*)(int, char **)) 0x........ <main>
      7 $3 = (void (*)(char *)) 0x........ <another_func>
      8 Continuing.
      9