Home
last modified time | relevance | path

Searched refs:EnableWatchpoint (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp154 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp636 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
777 process_sp->EnableWatchpoint(wp, false); in PerformAction()
H A DTarget.cpp859 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
1224 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
1306 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
H A DProcess.cpp2414 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h162 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3310 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2077 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);