Searched refs:gdb_ebx (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86.h62 gdb_ebx = 3, enumerator in enum:__anon9951
H A DRegisterContext_i386.cpp195 DEFINE_GPR(ebx, NULL, gcc_ebx, dwarf_ebx, LLDB_INVALID_REGNUM, gdb_ebx),
440 case gdb_ebx : return gpr_ebx;
H A DRegisterContext_x86_64.cpp387 DEFINE_GPR_i386(ebx, rbx, NULL, gcc_ebx, dwarf_ebx, LLDB_INVALID_REGNUM, gdb_ebx),
981 case gdb_ebx : return gpr_ebx;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp147 gdb_ebx = 3, enumerator in enum:__anon9968
236 { DEFINE_GPR(ebx , NULL) , { gcc_ebx , dwarf_ebx , LLDB_INVALID_REGNUM , gdb_ebx , gpr_ebx }, NULL, NULL},
900 case gdb_ebx : return gpr_ebx;
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp90 gdb_ebx = 3, enumerator in enum:__anon9921
152 { "ebx" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_ebx , dwarf_ebx , LLDB_INVALID_REGNUM , gdb_ebx , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp221 gdb_ebx = 3, enumerator in enum:__anon10050
1066 { e_regSetGPR, gpr_ebx, "ebx" , NULL , Uint, Hex, GPR_SIZE(ebx), GPR_OFFSET(ebx) , gcc_ebx , dwarf_ebx , INVALID_NUB_REGNUM , gdb_ebx , NULL, g_invalidate_ebx },

Completed in 33 milliseconds