Searched refs:set_pc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dpr-support.c111 int set_pc; local
114 set_pc = 0;
121 if (!set_pc)
127 set_pc = 1;
161 set_pc = 1;
/freebsd-11.0-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h54 void (*set_pc) (CORE_ADDR newpc); member in struct:fbsd_target_ops
H A Dfbsd-low.c311 if (the_low_target.set_pc != NULL)
312 (*the_low_target.set_pc) (stop_pc);

Completed in 115 milliseconds