Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp59 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/
DStopInfoMachException.cpp298 uint32_t exc_data_count, in GetStopInfoForHardwareBP()
336 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException()
DStopInfoMachException.h22 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException()