Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.h52 void (*set_pc) (CORE_ADDR newpc); member
H A Dlinux-low.c336 if (the_low_target.set_pc != NULL) in check_removed_breakpoint()
337 (*the_low_target.set_pc) (stop_pc); in check_removed_breakpoint()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2668 const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue(); in DoExecute() local
2809 if (set_pc && !file_entry.IsValid()) { in DoExecute()
2824 if (set_pc) { in DoExecute()