Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Dpr-support.c111 int set_pc; in __gnu_unwind_execute() local
114 set_pc = 0; in __gnu_unwind_execute()
121 if (!set_pc) in __gnu_unwind_execute()
127 set_pc = 1; in __gnu_unwind_execute()
161 set_pc = 1; in __gnu_unwind_execute()
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h54 void (*set_pc) (CORE_ADDR newpc); member
H A Dfbsd-low.c311 if (the_low_target.set_pc != NULL) in check_removed_breakpoint()
312 (*the_low_target.set_pc) (stop_pc); in check_removed_breakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2705 const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue(); in DoExecute() local
2863 if (set_pc && !file_entry.IsValid()) { in DoExecute()
2878 if (set_pc) { in DoExecute()