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
   49     lldb_eax_i386,      lldb_ebx_i386,    lldb_ecx_i386, lldb_edx_i386,
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
   30     lldb_eax_i386,       lldb_ebx_i386,    lldb_ecx_i386, lldb_edx_i386,
  160 uint32_t RegisterContextPOSIX_x86::g_contained_ebx[] = {lldb_ebx_i386,
  179     lldb_ebx_i386, lldb_bx_i386, lldb_bh_i386, lldb_bl_i386,
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
   52     DEFINE_GPR(ebx,   nullptr,   ehframe_ebx_i386,     dwarf_ebx_i386,       LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  189     DEFINE_GPR(ebx, nullptr, ehframe_ebx_i386, dwarf_ebx_i386,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  366 UPDATE_GPR_INFO(ebx, rbx);
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
   86                   reg_info[lldb_ebx_i386].mutable_data(result_base));
tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
   38     lldb_ebx_i386,       // EBX
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
   65   EXPECT_EQ(Context.ebx, reg32(*Buf, Info[lldb_ebx_i386]));