/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDummy.cpp | 55 m_pc_reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in RegisterContextDummy() 92 if (reg_number == LLDB_REGNUM_GENERIC_PC) { in ReadRegister() 117 if (kind == eRegisterKindGeneric && num == LLDB_REGNUM_GENERIC_PC) in ConvertRegisterKindToRegisterNumber()
|
H A D | RegisterContextHistory.cpp | 56 m_pc_reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in RegisterContextHistory() 93 if (reg_number == LLDB_REGNUM_GENERIC_PC) { in ReadRegister() 118 if (kind == eRegisterKindGeneric && num == LLDB_REGNUM_GENERIC_PC) in ConvertRegisterKindToRegisterNumber()
|
H A D | NativeProcessSoftwareSingleStep.cpp | 157 LLDB_REGNUM_GENERIC_PC, in SetupSoftwareSingleStepping() 172 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in SetupSoftwareSingleStepping()
|
H A D | RegisterContextWindows_i386.cpp | 59 …DEFINE_GPR(eip, "pc", ehframe_eip_i386, dwarf_eip_i386, LLDB_REGNUM_GENERIC_PC, …
|
H A D | RegisterInfos_s390x.h | 92 DEFINE_GPR(pswa, 8, 8, nullptr, LLDB_REGNUM_GENERIC_PC),
|
H A D | RegisterContextWindows_x86_64.cpp | 106 …DEFINE_GPR(rip, nullptr, dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, …
|
H A D | RegisterInfos_loongarch64.h | 114 DEFINE_GPR64(pc, LLDB_REGNUM_GENERIC_PC),
|
H A D | RegisterContextDarwin_i386.cpp | 244 {ehframe_eip, dwarf_eip, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 868 case LLDB_REGNUM_GENERIC_PC: in ConvertRegisterKindToRegisterNumber()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 152 case LLDB_REGNUM_GENERIC_PC: in GetRegisterInfo() 374 m_addr = ReadRegisterUnsigned(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, in ReadInstruction() 518 LLDB_REGNUM_GENERIC_PC, addr); in BranchTo() 1076 LLDB_REGNUM_GENERIC_PC, 0, &success); in EmulateB() 1113 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, 0, &success); in EmulateBcond() 1154 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, 0, &success); in EmulateCBZ() 1190 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, 0, &success); in EmulateTBZ()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86_i386.cpp | 13 .Case("eip", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
|
H A D | ABIWindows_x86_64.cpp | 174 reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall() 807 .Case("rip", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 127 LLDB_REGNUM_GENERIC_PC); in GetPC() 145 LLDB_REGNUM_GENERIC_PC); in SetPC() 436 LLDB_REGNUM_GENERIC_PC, LLDB_REGNUM_GENERIC_SP, LLDB_REGNUM_GENERIC_FP, in GetExpeditedRegisters()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 500 {41, 41, LLDB_REGNUM_GENERIC_PC, 41, 41}, 1066 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall() 1210 row->SetRegisterLocationToRegister(LLDB_REGNUM_GENERIC_PC, in CreateFunctionEntryUnwindPlan() 1225 uint32_t pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 135 return ReadRegisterUnsigned(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, in ReadPC() 144 LLDB_REGNUM_GENERIC_PC, pc); in WritePC() 152 case LLDB_REGNUM_GENERIC_PC: in GetRegisterInfo()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-defines.h | 56 #define LLDB_REGNUM_GENERIC_PC 0 // Program Counter macro
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 119 DEFINE_GENERIC_REGISTER_STUB(pc, nullptr, LLDB_REGNUM_GENERIC_PC)}}; 182 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall() 670 uint32_t pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateDefaultUnwindPlan() 744 .Case("pc", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContextUnwind.cpp | 349 if (!ReadGPRValue(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc)) { in InitializeNonZerothFrame() 1326 LLDB_REGNUM_GENERIC_PC); in SavedLocationForRegister() 1464 LLDB_REGNUM_GENERIC_PC); in SavedLocationForRegister() 1559 (regnum.GetAsKind(eRegisterKindGeneric) == LLDB_REGNUM_GENERIC_PC || in SavedLocationForRegister() 1746 LLDB_REGNUM_GENERIC_PC); in TryFallbackUnwindPlan() 2164 if (generic_regnum == LLDB_REGNUM_GENERIC_PC || in ReadGPRValue() 2178 (generic_regnum == LLDB_REGNUM_GENERIC_PC || in ReadGPRValue() 2224 if (reg_info->kinds[eRegisterKindGeneric] == LLDB_REGNUM_GENERIC_PC || in ReadRegister() 2344 if (ReadGPRValue(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc)) { in ReadPC()
|
H A D | DynamicRegisterInfo.cpp | 535 reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in Finalize() 556 reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in Finalize() 579 reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in Finalize() 595 reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in Finalize()
|
H A D | RegisterContext.cpp | 97 LLDB_REGNUM_GENERIC_PC); in GetPC() 120 LLDB_REGNUM_GENERIC_PC); in SetPC()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 73 case LLDB_REGNUM_GENERIC_PC: in GetRegisterInfo() 102 m_addr = ReadRegisterUnsigned(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, in ReadInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIAArch64.cpp | 92 .Case("pc", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.cpp | 63 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | UnwindAssembly-x86.cpp | 84 LLDB_REGNUM_GENERIC_PC); in AugmentUnwindPlanFromCallSite()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 134 DEFINE_GENERIC_REGISTER_STUB(pc, nullptr, LLDB_REGNUM_GENERIC_PC), 204 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 157 DEFINE_REG(pswa, 8, nullptr, LLDB_REGNUM_GENERIC_PC), 221 reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall()
|