| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 330 have_location_for_pc |= offset.first == dwarf_pc; in GetUnwindPlan() 338 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan() 340 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 77 dwarf_pc enumerator 500 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 934 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 954 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_mips64.cpp | 77 dwarf_pc enumerator 500 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1105 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 1125 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | ARM_DWARF_Registers.h | 28 dwarf_pc, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ARM_DWARF_Registers.h | 30 dwarf_pc, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 109 dwarf_pc, enumerator 195 DEFINE_GPR(pc, nullptr, dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, 869 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 216 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1691 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan() 1716 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_arm.cpp | 219 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1806 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan() 1831 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM.cpp | 234 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm.cpp | 356 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1328 case dwarf_pc: in ConvertRegisterKindToRegisterNumber()
|
| H A D | RegisterInfos_arm.h | 560 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 1405 dwarf_pc = 32, enumerator 1667 dwarf_pc, dwarf_pc, GENERIC_REGNUM_PC, debugserver_gpr_pc, NULL, NULL
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 128 case dwarf_pc: in LLDB_PLUGIN_DEFINE_ADV() 794 reg_num = dwarf_pc; in GetRegisterInfo() 992 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulatePUSH() 1771 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateLDRRtPCRelative() 4692 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTM() 4814 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMDA() 4963 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMDB() 5086 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMIB() 14301 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction() 14323 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction() [all …]
|