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

References

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  111     lldb_gs_x86_64,     lldb_ss_x86_64,     lldb_ds_x86_64,  lldb_es_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
   81     lldb_gs_x86_64,     lldb_ss_x86_64,     lldb_ds_x86_64,  lldb_es_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  110     DEFINE_GPR(gs,     nullptr,  dwarf_gs_x86_64,      dwarf_gs_x86_64,      LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  219     DEFINE_GPR(gs,     nullptr,  dwarf_gs_x86_64,      dwarf_gs_x86_64,      LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
   28   case lldb_gs_x86_64:
   86     writeRegister(&context->gs, result_base, reg_info[lldb_gs_x86_64]);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
  176     lldb_gs_x86_64,      // GS
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
  143   EXPECT_EQ(Context.gs, reg64(*Buf, Info[lldb_gs_x86_64]));