Searched refs:exc_data_count (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.h | 33 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument 35 : StopInfo(thread, exc_type), m_exc_data_count(exc_data_count), in StopInfoMachException() 57 Thread &thread, uint32_t exc_type, uint32_t exc_data_count,
|
| H A D | StopInfoMachException.cpp | 489 uint32_t exc_data_count, in GetStopInfoForHardwareBP() argument 594 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException() argument 651 GetStopInfoForHardwareBP(thread, target, exc_data_count, in CreateStopReasonWithMachException() 829 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
|