Home
last modified time | relevance | path

Searched refs:exc_data_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h33 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument
36 : StopInfo(thread, exc_type), m_exc_data_count(exc_data_count), in StopInfoMachException()
60 Thread &thread, uint32_t exc_type, uint32_t exc_data_count,
H A DStopInfoMachException.cpp492 uint32_t exc_data_count, in GetStopInfoForHardwareBP() argument
596 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException() argument
654 GetStopInfoForHardwareBP(thread, target, exc_data_count, in CreateStopReasonWithMachException()
811 thread, exc_type, exc_data_count, exc_code, exc_sub_code, in CreateStopReasonWithMachException()