Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp501 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP()
682 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
761 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h113 CreateStopReasonWithWatchpointID(Thread &thread, lldb::break_id_t watch_id,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1377 StopInfoSP StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, in CreateStopReasonWithWatchpointID() function in StopInfo
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1825 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()