Searched defs:gdb_eax (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86.h59 gdb_eax = 0, enumerator in enum:__anon24471
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp87 gdb_eax = 0, enumerator in enum:__anon24441
151 { "eax", NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_eax , dwarf_eax , LLDB_INVALID_REGNUM , gdb_eax , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp144 gdb_eax = 0, enumerator in enum:__anon24488
235 { DEFINE_GPR(eax , NULL) , { gcc_eax , dwarf_eax , LLDB_INVALID_REGNUM , gdb_eax , gpr_eax }, NULL, NULL},
899 case gdb_eax : return gpr_eax;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp218 gdb_eax = 0, enumerator in enum:__anon24570
1065 { e_regSetGPR, gpr_eax, "eax" , NULL , Uint, Hex, GPR_SIZE(eax), GPR_OFFSET(eax) , gcc_eax , dwarf_eax , INVALID_NUB_REGNUM , gdb_eax , NULL, g_invalidate_eax },

Completed in 236 milliseconds