Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp498 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP()
613 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
656 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h112 static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp412 stop_info = StopInfo::CreateStopReasonWithWatchpointID( in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp1279 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID() function in StopInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1816 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()