Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp311 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP()
426 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
469 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h112 static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1171 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID() function in StopInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1896 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()