Searched refs:syscall_next_pc (Results 26 - 28 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1705 if (tdep->syscall_next_pc != NULL)
1706 pc = tdep->syscall_next_pc (get_current_frame ());
1916 if (tdep->syscall_next_pc != NULL)
1917 pc = tdep->syscall_next_pc (get_current_frame ());
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1727 if (tdep->syscall_next_pc != NULL)
1728 pc = tdep->syscall_next_pc (get_current_frame ());
1938 if (tdep->syscall_next_pc != NULL)
1939 pc = tdep->syscall_next_pc (get_current_frame ());
H A Driscv-tdep.c4095 if (tdep->syscall_next_pc != nullptr)
4096 next_pc = tdep->syscall_next_pc (get_current_frame ());

Completed in 227 milliseconds

12