Searched defs:exc_data_count (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 59 const mach_exception_data_t exc_data, mach_msg_type_number_t 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() 96 mach_msg_type_number_t exc_data_count) { in catch_mach_exception_raise() 370 const size_t exc_data_count = exc_data.size(); in Dump() local
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 298 uint32_t exc_data_count, in GetStopInfoForHardwareBP() 336 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException()
|
D | StopInfoMachException.h | 22 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException()
|