Searched defs:EXC (Results 1 - 6 of 6) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h117 typedef arm_exception_state_t EXC; typedef in class:DNBArchMachARM
134 EXC exc;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h147 struct EXC struct in class:RegisterContextDarwin_arm
179 EXCWordCount = sizeof(EXC)/sizeof(uint32_t),
192 EXC exc;
297 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
309 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
H A DRegisterContextDarwin_i386.h116 struct EXC struct in class:RegisterContextDarwin_i386
136 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
148 EXC exc;
239 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
248 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
H A DRegisterContextDarwin_x86_64.h120 struct EXC struct in class:RegisterContextDarwin_x86_64
140 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
152 EXC exc;
243 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
252 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h66 typedef __i386_exception_state_t EXC; typedef in class:DNBArchImplI386
98 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
117 EXC exc;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h65 typedef __x86_64_exception_state_t EXC; typedef in class:DNBArchImplX86_64
97 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
116 EXC exc;

Completed in 141 milliseconds