Home
last modified time | relevance | path

Searched refs:EXC (Results 1 – 25 of 25) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_x86_64.h120 struct EXC struct
140 EXCWordCount = sizeof(EXC)/sizeof(uint32_t) argument
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;
DRegisterContextDarwin_i386.h116 struct EXC struct
136 EXCWordCount = sizeof(EXC)/sizeof(uint32_t) argument
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;
DRegisterContextDarwin_arm.h147 struct EXC struct
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;
DRegisterContextMach_x86_64.h37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextMach_i386.h37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextMach_arm.h38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextMach_x86_64.cpp48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextMach_i386.cpp48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextMach_arm.cpp50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
76 RegisterContextMach_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextDarwin_i386.cpp218 #define EXC_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_i386::EXC, reg) + sizeof (R…
228 #define DEFINE_EXC(reg) #reg, NULL, sizeof(((RegisterContextDarwin_i386::EXC *)NULL)->reg),…
229 …n_i386::GPR) + sizeof (RegisterContextDarwin_i386::FPU) + sizeof (RegisterContextDarwin_i386::EXC))
DRegisterContextDarwin_x86_64.cpp240 #define EXC_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::EXC, reg) + sizeof …
249 #define DEFINE_EXC(reg) #reg, NULL, sizeof(((RegisterContextDarwin_x86_64::EXC *)NULL)->reg…
251 …64::GPR) + sizeof (RegisterContextDarwin_x86_64::FPU) + sizeof (RegisterContextDarwin_x86_64::EXC))
DRegisterContextDarwin_arm.cpp196 …win_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC)))
199 …rwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC))
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DRegisterContextKDP_x86_64.h40 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
49 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextKDP_i386.h39 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
48 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextKDP_arm.h41 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
53 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
DRegisterContextKDP_i386.cpp66 RegisterContextKDP_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
114 RegisterContextKDP_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextKDP_x86_64.cpp66 RegisterContextKDP_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
114 RegisterContextKDP_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextKDP_arm.cpp66 RegisterContextKDP_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
130 RegisterContextKDP_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h65 typedef __x86_64_exception_state_t EXC; typedef
97 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
116 EXC exc;
DDNBArchImplX86_64.cpp1258 #define EXC_OFFSET(reg) (offsetof (DNBArchImplX86_64::EXC, __##reg) + offsetof (DNBArchImplX86_…
1272 #define EXC_SIZE(reg) (sizeof(((DNBArchImplX86_64::EXC *)NULL)->__##reg))
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h66 typedef __i386_exception_state_t EXC; typedef
98 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
117 EXC exc;
DDNBArchImplI386.cpp1022 #define EXC_OFFSET(reg) (offsetof (DNBArchImplI386::EXC, __##reg) + offsetof (DNBArchImplI386::…
1029 #define EXC_SIZE(reg) (sizeof(((DNBArchImplI386::EXC *)NULL)->__##reg))
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h117 typedef arm_exception_state_t EXC; typedef
134 EXC exc;
DDNBArchImpl.cpp1287 #define EXC_OFFSET(reg) (offsetof (DNBArchMachARM::EXC, __##reg) + offsetof (DNBArchMachARM::…
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp138 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
156 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
246 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
264 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
364 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
388 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()