Searched refs:exc_type (Results 1 - 16 of 16) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h53 exception_type_t exc_type; member in struct:MachException::Data
58 exc_type(0),
67 exc_type = 0;
74 exc_type != 0;
79 if (exc_type == EXC_SOFTWARE && exc_data.size() == 2 && exc_data[0] == EXC_SOFT_SIGNAL)
85 return (exc_type == EXC_BREAKPOINT) || ((exc_type == EXC_SOFTWARE) && exc_data[0] == 1);
131 static const char *Name(exception_type_t exc_type);
H A DMachException.cpp86 exception_type_t exc_type,
98 DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, exc_type = %d ( %s ), exc_data = 0x%llx, exc_data_count = %d)",
101 exc_type, MachException::Name(exc_type),
115 exception_type_t exc_type,
127 DNBLogThreaded("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type = %d ( %s ), exc_data[%d] = { 0x%llx, 0x%llx })",
132 exc_type, MachException::Name(exc_type),
150 exception_type_t exc_type,
156 DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type
83 catch_mach_exception_raise_state( mach_port_t exc_port, exception_type_t exc_type, const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int * flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t * new_stateCnt ) argument
110 catch_mach_exception_raise_state_identity( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int * flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
145 catch_mach_exception_raise( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count) argument
553 Name(exception_type_t exc_type) argument
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h30 uint32_t exc_type,
34 StopInfo (thread, exc_type),
60 uint32_t exc_type,
29 StopInfoMachException(Thread &thread, uint32_t exc_type, uint32_t exc_data_count, uint64_t exc_code, uint64_t exc_subcode) argument
H A DStopInfoMachException.cpp269 uint32_t exc_type,
278 if (exc_type != 0)
285 switch (exc_type)
479 return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_code));
266 CreateStopReasonWithMachException( Thread &thread, uint32_t exc_type, uint32_t exc_data_count, uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, bool pc_already_adjusted, bool adjust_pc_if_needed ) argument
/external/libxml2/doc/
H A Dqueries.py48 print sys.exc_type, sys.exc_value
107 print sys.exc_type, sys.exc_value
H A 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, sy
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp183 const uint32_t exc_type = exc_reply_packet.GetU32 (&offset); local
197 exc_type,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
H A Dmiddleware.py380 self.exc_type, self.exc_value, self.tb = exc_info
399 'exception_type': str(self.exc_type),
/external/lldb/test/unittest2/
H A Dcase.py124 def __exit__(self, exc_type, exc_value, tb):
125 if exc_type is None:
132 if not issubclass(exc_type, self.expected):
/external/lldb/examples/python/
H A Dpytracer.py27 self.etype = frame.exc_type
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1451 uint32_t exc_type = 0; local
1462 exc_type = Args::StringToUInt32 (value.c_str(), 0, 16);
1582 if (exc_type != 0)
1587 exc_type,
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py1417 def __exit__(self, exc_type, exc_value, traceback):
1423 if exc_type is None or not self.app.debug:
/external/lldb/test/
H A 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/
H A DDNBArchImpl.cpp438 switch (exc.exc_type)
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp633 switch (exc.exc_type)
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp587 switch (exc.exc_type)

Completed in 5026 milliseconds