Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp473 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
511 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
553 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStopInfo.h112 static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp520 StopInfo::CreateStopReasonWithWatchpointID(*this, wp_sp->GetID())); in WatchNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp1132 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID() function in StopInfo
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1957 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()