Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp86 exception_type_t exc_type, in catch_mach_exception_raise_state()
115 exception_type_t exc_type, in catch_mach_exception_raise_state_identity()
150 exception_type_t exc_type, in catch_mach_exception_raise()
553 MachException::Name(exception_type_t exc_type) in Name()
DMachException.h53 exception_type_t exc_type; member
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h30 uint32_t exc_type, in StopInfoMachException()
DStopInfoMachException.cpp269 uint32_t exc_type, in CreateStopReasonWithMachException()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp183 const uint32_t exc_type = exc_reply_packet.GetU32 (&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
/external/lldb/test/unittest2/
Dcase.py124 def __exit__(self, exc_type, exc_value, tb): argument
/external/chromium-trace/trace-viewer/third_party/webapp2/
Dwebapp2.py1417 def __exit__(self, exc_type, exc_value, traceback): argument
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1451 uint32_t exc_type = 0; in SetThreadStopInfo() local