Searched refs:exc_data_count (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | StopInfoMachException.cpp | 298 uint32_t exc_data_count, in GetStopInfoForHardwareBP() argument 309 if (exc_data_count >= 3) in GetStopInfoForHardwareBP() 325 if (exc_data_count >= 3) in GetStopInfoForHardwareBP() 336 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException() argument 393 GetStopInfoForHardwareBP(thread, target, exc_data_count, in CreateStopReasonWithMachException() 424 if (exc_data_count >= 3) in CreateStopReasonWithMachException() 467 if (exc_data_count >= 3) in CreateStopReasonWithMachException() 537 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
|
| D | StopInfoMachException.h | 22 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument 24 : StopInfo(thread, exc_type), m_exc_data_count(exc_data_count), in StopInfoMachException() 39 Thread &thread, uint32_t exc_type, uint32_t exc_data_count,
|