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

/freebsd-11-stable/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-stable/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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2650 const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue(); variable
2801 if (set_pc && !file_entry.IsValid()) {
2816 if (set_pc) {

Completed in 87 milliseconds