Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithWatchpointID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp502 return StopInfo::CreateStopReasonWithWatchpointID( in GetStopInfoForHardwareBP()
685 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
742 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h118 CreateStopReasonWithWatchpointID(Thread &thread, lldb::break_id_t watch_id,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1379 StopInfoSP StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, in CreateStopReasonWithWatchpointID() function in StopInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1847 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()