Home
last modified time | relevance | path

Searched refs:LLDB_REGNUM_GENERIC_PC (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp55 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 DRegisterContextHistory.cpp56 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 DNativeProcessSoftwareSingleStep.cpp157 LLDB_REGNUM_GENERIC_PC, in SetupSoftwareSingleStepping()
172 eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in SetupSoftwareSingleStepping()
H A DRegisterContextWindows_i386.cpp59 …DEFINE_GPR(eip, "pc", ehframe_eip_i386, dwarf_eip_i386, LLDB_REGNUM_GENERIC_PC, …
H A DRegisterInfos_s390x.h92 DEFINE_GPR(pswa, 8, 8, nullptr, LLDB_REGNUM_GENERIC_PC),
H A DRegisterContextWindows_x86_64.cpp106 …DEFINE_GPR(rip, nullptr, dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, …
H A DRegisterInfos_loongarch64.h114 DEFINE_GPR64(pc, LLDB_REGNUM_GENERIC_PC),
H A DRegisterContextDarwin_i386.cpp244 {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 DEmulateInstructionARM64.cpp152 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 DABIX86_i386.cpp13 .Case("eip", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
H A DABIWindows_x86_64.cpp174 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 DNativeRegisterContext.cpp127 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 DABISysV_hexagon.cpp500 {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 DEmulateInstructionLoongArch.cpp135 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 Dlldb-defines.h56 #define LLDB_REGNUM_GENERIC_PC 0 // Program Counter macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp119 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 DRegisterContextUnwind.cpp349 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 DDynamicRegisterInfo.cpp535 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 DRegisterContext.cpp97 LLDB_REGNUM_GENERIC_PC); in GetPC()
120 LLDB_REGNUM_GENERIC_PC); in SetPC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp73 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 DABIAArch64.cpp92 .Case("pc", LLDB_REGNUM_GENERIC_PC) in GetGenericNum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp63 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp84 LLDB_REGNUM_GENERIC_PC); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp134 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 DABISysV_s390x.cpp157 DEFINE_REG(pswa, 8, nullptr, LLDB_REGNUM_GENERIC_PC),
221 reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall()

123