Home
last modified time | relevance | path

Searched refs:exc_type (Results 1 – 18 of 18) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h53 exception_type_t exc_type; member
58 exc_type(0), in Data()
67 exc_type = 0; in Clear()
74 exc_type != 0; in IsValid()
79 if (exc_type == EXC_SOFTWARE && exc_data.size() == 2 && exc_data[0] == EXC_SOFT_SIGNAL) in SoftSignal()
85 return (exc_type == EXC_BREAKPOINT) || ((exc_type == EXC_SOFTWARE) && exc_data[0] == 1); in IsBreakpoint()
131 static const char *Name(exception_type_t exc_type);
DMachException.cpp86 exception_type_t exc_type, in catch_mach_exception_raise_state() argument
101 exc_type, MachException::Name(exc_type), in catch_mach_exception_raise_state()
115 exception_type_t exc_type, in catch_mach_exception_raise_state_identity() argument
132 exc_type, MachException::Name(exc_type), in catch_mach_exception_raise_state_identity()
150 exception_type_t exc_type, in catch_mach_exception_raise() argument
161 exc_type, MachException::Name(exc_type), in catch_mach_exception_raise()
171 g_message->exc_type = exc_type; in catch_mach_exception_raise()
212 stop_info->details.exception.type = exc_type; in GetStopInfo()
215 const char * exc_name = MachException::Name(exc_type); in GetStopInfo()
221 desc += snprintf(desc, DNB_THREAD_STOP_INFO_MAX_DESC_LENGTH, "%i", exc_type); in GetStopInfo()
[all …]
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h30 uint32_t exc_type, in StopInfoMachException() argument
34 StopInfo (thread, exc_type), in StopInfoMachException()
60 uint32_t exc_type,
DStopInfoMachException.cpp269 uint32_t exc_type, in CreateStopReasonWithMachException() argument
278 if (exc_type != 0) in CreateStopReasonWithMachException()
285 switch (exc_type) in CreateStopReasonWithMachException()
479 …return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_c… in CreateStopReasonWithMachException()
/external/libxml2/doc/
Dindex.py226 print sys.exc_type, sys.exc_value
267 print sys.exc_type, sys.exc_value
316 print sys.exc_type, sys.exc_value
356 print sys.exc_type, sys.exc_value
439 print sys.exc_type, sys.exc_value
616 print sys.exc_type, sys.exc_value
665 print sys.exc_type, sys.exc_value
1018 print sys.exc_type, sys.exc_value
1184 print sys.exc_type, sys.exc_value
1210 print sys.exc_type, sys.exc_value
[all …]
Dqueries.py48 print sys.exc_type, sys.exc_value
107 print sys.exc_type, sys.exc_value
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp183 const uint32_t exc_type = exc_reply_packet.GetU32 (&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
197exc_type, in SetStopInfoFrom_KDP_EXCEPTION()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.input184 exc_type, exc_value, exc_traceback = sys.exc_info()
190 traceback.print_exception(exc_type, exc_value, exc_traceback, l-m)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
Dmiddleware.py380 self.exc_type, self.exc_value, self.tb = exc_info
399 'exception_type': str(self.exc_type),
/external/lldb/test/unittest2/
Dcase.py124 def __exit__(self, exc_type, exc_value, tb): argument
125 if exc_type is None:
132 if not issubclass(exc_type, self.expected):
/external/lldb/examples/python/
Dpytracer.py27 self.etype = frame.exc_type
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1451 uint32_t exc_type = 0; in SetThreadStopInfo() local
1462 exc_type = Args::StringToUInt32 (value.c_str(), 0, 16); in SetThreadStopInfo()
1582 if (exc_type != 0) in SetThreadStopInfo()
1587exc_type, in SetThreadStopInfo()
/external/chromium-trace/trace-viewer/third_party/webapp2/
Dwebapp2.py1417 def __exit__(self, exc_type, exc_value, traceback): argument
1423 if exc_type is None or not self.app.debug:
/external/lldb/test/
Dlldbtest.py797 exc_type, exc_value, exc_tb = sys.exc_info()
798 traceback.print_exception(exc_type, exc_value, exc_tb)
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp438 switch (exc.exc_type) in NotifyException()
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst293 .. function:: reraise(exc_type, exc_value, exc_traceback=None)
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp633 switch (exc.exc_type) in NotifyException()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp587 switch (exc.exc_type) in NotifyException()