Searched defs:exc_data_count (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h31 uint32_t exc_data_count,
35 m_exc_data_count (exc_data_count),
61 uint32_t exc_data_count,
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.cpp270 uint32_t exc_data_count,
377 if (exc_data_count >=3)
412 if (exc_data_count >=3)
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/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp88 mach_msg_type_number_t exc_data_count,
98 DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, exc_type = %d ( %s ), exc_data = 0x%llx, exc_data_count = %d)",
103 exc_data_count);
117 mach_msg_type_number_t exc_data_count,
133 exc_data_count,
134 (uint64_t)(exc_data_count > 0 ? exc_data[0] : 0xBADDBADD),
135 (uint64_t)(exc_data_count > 1 ? exc_data[1] : 0xBADDBADD));
152 mach_msg_type_number_t exc_data_count)
162 exc_data_count,
163 (uint64_t)(exc_data_count >
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
453 const size_t exc_data_count = exc_data.size(); local
[all...]

Completed in 183 milliseconds