Searched refs:exc_data_count (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachException.cpp | 68 exc_data_count); in catch_mach_exception_raise_state() 76 mach_msg_type_number_t exc_data_count, int *flavor, in catch_mach_exception_raise_state_identity() argument 84 MachException::Name(exc_type), exc_data_count, in catch_mach_exception_raise_state_identity() 85 (uint64_t)(exc_data_count > 0 ? exc_data[0] : 0xBADDBADD), in catch_mach_exception_raise_state_identity() 96 mach_msg_type_number_t exc_data_count) { in catch_mach_exception_raise() argument 102 MachException::Name(exc_type), exc_data_count, in catch_mach_exception_raise() 113 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise() 117 if (exc_type == EXC_SOFTWARE && exc_data_count == 2 && in catch_mach_exception_raise() 125 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise() 370 const size_t exc_data_count = exc_data.size(); in Dump() local [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.h | 27 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument 29 : StopInfo(thread, exc_type), m_exc_data_count(exc_data_count), in StopInfoMachException() 44 Thread &thread, uint32_t exc_type, uint32_t exc_data_count,
|
| H A D | StopInfoMachException.cpp | 485 uint32_t exc_data_count, in GetStopInfoForHardwareBP() argument 496 if (exc_data_count >= 3) in GetStopInfoForHardwareBP() 512 if (exc_data_count >= 3) in GetStopInfoForHardwareBP() 523 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException() argument 580 GetStopInfoForHardwareBP(thread, target, exc_data_count, in CreateStopReasonWithMachException() 611 if (exc_data_count >= 3) in CreateStopReasonWithMachException() 654 if (exc_data_count >= 3) in CreateStopReasonWithMachException() 724 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
|