Searched refs:the_low_target (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c104 CORE_ADDR stop_pc = (*the_low_target.get_pc) ();
109 return stop_pc - the_low_target.decr_pc_after_break;
297 if ((*the_low_target.breakpoint_at) (stop_pc))
311 if (the_low_target.set_pc != NULL)
312 (*the_low_target.set_pc) (stop_pc);
388 if (the_low_target.get_pc != NULL)
516 if (the_low_target.get_pc == NULL)
566 if (the_low_target.breakpoint_reinsert_addr == NULL)
575 (stop_pc, (*the_low_target.breakpoint_reinsert_addr) ());
605 if ((*the_low_target
[all...]
H A Dfbsd-arm-low.c134 struct fbsd_target_ops the_low_target = { variable in typeref:struct:fbsd_target_ops
H A Dfbsd-low.h64 extern struct fbsd_target_ops the_low_target;
H A Dfbsd-powerpc-low.c144 struct fbsd_target_ops the_low_target = { variable in typeref:struct:fbsd_target_ops
H A Dfbsd-i386-low.c164 struct fbsd_target_ops the_low_target = { variable in typeref:struct:fbsd_target_ops
H A Dfbsd-amd64-low.c201 struct fbsd_target_ops the_low_target = { variable in typeref:struct:fbsd_target_ops

Completed in 69 milliseconds