Searched refs:lldb_ebx_i386 (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/ |
D | RegisterContextWindows_x86.cpp | 69 LLDB_INVALID_REGNUM, lldb_ebx_i386}, 185 case lldb_ebx_i386: in ReadRegister() 228 case lldb_ebx_i386: in WriteRegister()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeRegisterContextWindows_WoW64.cpp | 32 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 124 case lldb_ebx_i386: in GPRRead() 187 case lldb_ebx_i386: in GPRWrite()
|
D | NativeRegisterContextWindows_i386.cpp | 32 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 130 case lldb_ebx_i386: in GPRRead() 195 case lldb_ebx_i386: in GPRWrite()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | RegisterContextMinidump_x86_32.cpp | 86 reg_info[lldb_ebx_i386].mutable_data(result_base)); in ConvertMinidumpContext_x86_32()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextPOSIX_x86.cpp | 30 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 161 uint32_t RegisterContextPOSIX_x86::g_contained_ebx[] = {lldb_ebx_i386, 180 lldb_ebx_i386, lldb_bx_i386, lldb_bh_i386, lldb_bl_i386,
|
D | lldb-x86-register-enums.h | 19 lldb_ebx_i386, enumerator
|
/external/llvm-project/lldb/unittests/Process/minidump/ |
D | RegisterContextMinidumpTest.cpp | 65 EXPECT_EQ(Context.ebx, reg32(*Buf, Info[lldb_ebx_i386])); in TEST()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | CodeViewRegisterMapping.cpp | 38 lldb_ebx_i386, // EBX
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeRegisterContextNetBSD_x86_64.cpp | 128 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 262 case lldb_ebx_i386: in RegNumX86ToX86_64()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_x86_64.cpp | 49 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 1044 static const uint32_t Args[] = {lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, in GetSyscallData()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeRegisterContextFreeBSD_x86_64.cpp | 142 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386,
|