Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A 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()
390 const size_t exc_data_count = exc_data.size(); in Dump() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h33 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException()
H A DStopInfoMachException.cpp492 GetStopInfoForHardwareBP(Thread & thread,Target * target,uint32_t exc_data_count,uint64_t exc_sub_code,uint64_t exc_sub_sub_code) GetStopInfoForHardwareBP() argument
596 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) CreateStopReasonWithMachException() argument