Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp502 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP()
689 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
732 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h112 static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp412 stop_info = StopInfo::CreateStopReasonWithWatchpointID( in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1370 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID() function in StopInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1777 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()