reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/FormatEntity.cpp
 1441         if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP,
tools/lldb/source/Host/common/NativeRegisterContext.cpp
  155                                                      LLDB_REGNUM_GENERIC_FP);
  161                                                      LLDB_REGNUM_GENERIC_FP);
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  134      {ehframe_r7, dwarf_r7, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  399      {LLDB_INVALID_REGNUM, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP,
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  169      {ehframe_ebp, dwarf_ebp, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
   97     DEFINE_GENERIC_REGISTER_STUB(r27, "fp", LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  135      {ehframe_r7, dwarf_r7, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  397      {LLDB_INVALID_REGNUM, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP,
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  373      {30, 30, LLDB_REGNUM_GENERIC_FP, 30, 30},
 1235   uint32_t fp_reg_num = LLDB_REGNUM_GENERIC_FP;
 1241   row->GetCFAValue().SetIsRegisterPlusOffset(LLDB_REGNUM_GENERIC_FP, 8);
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  119     {"ebp",      "fp",    4,  0, eEncodingUint,   eFormatHex,           {dwarf_ebp,           dwarf_ebp,           LLDB_REGNUM_GENERIC_FP,   LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  449      {dwarf_r30, dwarf_r30, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  449      {dwarf_r30, dwarf_r30, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  131     DEFINE_REG(r11, 8, "fp", LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  112     {"rbp",      "fp",     8,  0, eEncodingUint,   eFormatHex,               {dwarf_rbp,              dwarf_rbp,                LLDB_REGNUM_GENERIC_FP,     LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
  185      {dwarf_rbp, dwarf_rbp, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
   97     reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  810     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  183     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  609     case LLDB_REGNUM_GENERIC_FP:
  656       reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  596     case LLDB_REGNUM_GENERIC_FP:
  643       reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  546           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  573           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  576           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  578           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  593           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
  609           reg.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_FP;
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  283      {ehframe_r7, dwarf_r7, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
 1345     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  701     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  222      {ehframe_ebp, dwarf_ebp, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
  878     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  241      {ehframe_dwarf_gpr_rbp, ehframe_dwarf_gpr_rbp, LLDB_REGNUM_GENERIC_FP,
  942     case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  305     if (ReadGPRValue(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP, reg_val))
tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
   68   case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
   57     DEFINE_GPR(ebp,   "fp",      ehframe_ebp_i386,     dwarf_ebp_i386,       LLDB_REGNUM_GENERIC_FP,     LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
   96     DEFINE_GPR(rbp,    "fp",     dwarf_rbp_x86_64,     dwarf_rbp_x86_64,     LLDB_REGNUM_GENERIC_FP,     LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  472      {ehframe_r11, dwarf_r11, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  572     DEFINE_GPR64_ALT(fp, x29, LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  200                LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
  141                LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  175                LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM),
  256                LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
   70     DEFINE_GPR(r11, 8, GPR_OFFSET(11), "fp", LLDB_REGNUM_GENERIC_FP),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  205     DEFINE_GPR(rbp,    "fp",     dwarf_rbp_x86_64,     dwarf_rbp_x86_64,     LLDB_REGNUM_GENERIC_FP,     LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  427       LLDB_REGNUM_GENERIC_PC, LLDB_REGNUM_GENERIC_SP, LLDB_REGNUM_GENERIC_FP,
 1787   case LLDB_REGNUM_GENERIC_FP:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  764     { "r7",     "fp",   4,   0, eEncodingUint,    eFormatHex,   { ehframe_r7,          dwarf_r7,            LLDB_REGNUM_GENERIC_FP,  7,               7 },     nullptr,           nullptr,  nullptr,       0 },
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  177     {ehframe_r7, dwarf_r7, LLDB_REGNUM_GENERIC_FP, INV, reg_r7},
  190     {ehframe_r11, dwarf_r11, LLDB_REGNUM_GENERIC_FP, INV, reg_r11},
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  316      {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   36     return LLDB_REGNUM_GENERIC_FP;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  127       reg_num = LLDB_REGNUM_GENERIC_FP;
tools/lldb/source/Target/RegisterContext.cpp
  178                                                      LLDB_REGNUM_GENERIC_FP);
  184                                                      LLDB_REGNUM_GENERIC_FP);
tools/lldb/source/Utility/Args.cpp
  431                         .Case("fp", LLDB_REGNUM_GENERIC_FP)
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
  177               (uint32_t)LLDB_REGNUM_GENERIC_FP);