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

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
   74      {ehframe_r2, dwarf_r2, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
   75      {LLDB_INVALID_REGNUM, arm64_dwarf::x2, LLDB_REGNUM_GENERIC_ARG3,
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  133      {ehframe_edx, dwarf_edx, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
   72     DEFINE_GENERIC_REGISTER_STUB(r2, nullptr, LLDB_REGNUM_GENERIC_ARG3),
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
   75      {ehframe_r2, dwarf_r2, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
 1356       LLDB_REGNUM_GENERIC_ARG3, LLDB_REGNUM_GENERIC_ARG4};
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
   73      {LLDB_INVALID_REGNUM, arm64_dwarf::x2, LLDB_REGNUM_GENERIC_ARG3,
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  116     {"edx",      nullptr, 4,  0, eEncodingUint,   eFormatHex,           {dwarf_edx,           dwarf_edx,           LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, nullptr, nullptr, 0},
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  161      {dwarf_r6, dwarf_r6, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  161      {dwarf_r6, dwarf_r6, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  129     DEFINE_GPR(r5, "arg3", dwarf_r5, dwarf_r5, LLDB_REGNUM_GENERIC_ARG3,
  366       reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG3)
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  124     DEFINE_REG(r4, 8, "arg3", LLDB_REGNUM_GENERIC_ARG3),
  351       reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG3)
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  109     {"rdx",      "arg3",   8,  0, eEncodingUint,   eFormatHex,               {dwarf_rdx,              dwarf_rdx,                LLDB_REGNUM_GENERIC_ARG3,   LLDB_INVALID_REGNUM,  LLDB_INVALID_REGNUM},     nullptr,     nullptr,     nullptr,     0},
  398       reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG3)
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
  209      {dwarf_r8, dwarf_r8, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
 1239       reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG3)
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
   93     DEFINE_GPR(rdx,    "arg3",   dwarf_rdx_x86_64,     dwarf_rdx_x86_64,     LLDB_REGNUM_GENERIC_ARG3,   LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  370      {ehframe_r2, dwarf_r2, LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  544     DEFINE_GPR64(x2, LLDB_REGNUM_GENERIC_ARG3),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
   97                LLDB_REGNUM_GENERIC_ARG3),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  127                LLDB_REGNUM_GENERIC_ARG3, LLDB_INVALID_REGNUM),
  208                LLDB_REGNUM_GENERIC_ARG3),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
   63     DEFINE_GPR(r4, 8, GPR_OFFSET(4), "arg3", LLDB_REGNUM_GENERIC_ARG3),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  202     DEFINE_GPR(rdx,    "arg3",   dwarf_rdx_x86_64,     dwarf_rdx_x86_64,     LLDB_REGNUM_GENERIC_ARG3,   LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1802   case LLDB_REGNUM_GENERIC_ARG3:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  759     { "r2",   "arg3",   4,   0, eEncodingUint,    eFormatHex,   { ehframe_r2,          dwarf_r2,            LLDB_REGNUM_GENERIC_ARG3,2,               2 },     nullptr,           nullptr,  nullptr,       0 },
tools/lldb/source/Utility/Args.cpp
  436                         .Case("arg3", LLDB_REGNUM_GENERIC_ARG3)
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
  168               (uint32_t)LLDB_REGNUM_GENERIC_ARG3);