Searched refs:pc_regnum (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 85 RegisterNumber pc_regnum(thread, eRegisterKindGeneric, in AugmentUnwindPlanFromCallSite() local 104 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite() 133 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 1199 RegisterNumber pc_regnum(m_thread, eRegisterKindGeneric, in SavedLocationForRegister() local 1211 if (pc_regnum.IsValid() && pc_regnum == regnum && in SavedLocationForRegister() 1294 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() && in SavedLocationForRegister() 1591 RegisterNumber pc_regnum(m_thread, eRegisterKindGeneric, in TryFallbackUnwindPlan() local 1597 if (SavedLocationForRegister(pc_regnum.GetAsKind(eRegisterKindLLDB), in TryFallbackUnwindPlan() 1601 GetRegisterInfoAtIndex(pc_regnum.GetAsKind(eRegisterKindLLDB)); in TryFallbackUnwindPlan() 1651 if (SavedLocationForRegister(pc_regnum.GetAsKind(eRegisterKindLLDB), in TryFallbackUnwindPlan() 1655 GetRegisterInfoAtIndex(pc_regnum.GetAsKind(eRegisterKindLLDB)); in TryFallbackUnwindPlan()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | sparc-tdep.h | 53 int pc_regnum; member
|
| H A D | sparc-tdep.c | 578 return frame_unwind_register_unsigned (next_frame, tdep->pc_regnum); in sparc_unwind_pc() 1032 pc = sparc_address_from_register (tdep->pc_regnum); in sparc_software_single_step() 1061 write_register_pid (tdep->pc_regnum, pc, ptid); in sparc_write_pc() 1131 tdep->pc_regnum = SPARC32_PC_REGNUM; in sparc32_gdbarch_init()
|
| H A D | gdbarch.c | 138 int pc_regnum; member 482 current_gdbarch->pc_regnum = -1; in gdbarch_alloc() 2858 return gdbarch->pc_regnum; in gdbarch_pc_regnum() 2863 int pc_regnum) in set_gdbarch_pc_regnum() argument 2865 gdbarch->pc_regnum = pc_regnum; in set_gdbarch_pc_regnum()
|
| H A D | sparc64-tdep.c | 1096 tdep->pc_regnum = SPARC64_PC_REGNUM; in sparc64_init_abi()
|
| H A D | gdbarch.h | 355 extern void set_gdbarch_pc_regnum (struct gdbarch *gdbarch, int pc_regnum);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1741 uint32_t pc_regnum = reg_ctx_sp->ConvertRegisterKindToRegisterNumber( in SetThreadPc() local 1743 if (pc_regnum != LLDB_INVALID_REGNUM) { in SetThreadPc() 1744 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
|