Searched defs:exc_type (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachException.cpp | 58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state() 75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity() 94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise() 472 const char *MachException::Name(exception_type_t exc_type) { in Name()
|
H A D | MachException.h | 45 exception_type_t exc_type; member
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.h | 32 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException()
|
H A D | StopInfoMachException.cpp | 528 StopInfoMachException::MachException::Name(exception_type_t exc_type) { in Name() 599 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.cpp | 149 const uint32_t exc_type = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 268 auto exc_type = in CalculateStopInfo() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 607 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1609 const std::string &description, uint32_t exc_type, in SetThreadStopInfo() 1919 uint32_t exc_type = 0; in SetThreadStopInfo() local 2077 uint32_t exc_type = 0; in SetThreadStopInfo() local
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | case.py | 138 def __exit__(self, exc_type, exc_value, tb): argument
|