Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
/src/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp652 process_sp->EnableWatchpoint(watchpoint_sp, notify); in DoReenable()
759 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ResetWatchpoint()
H A DTarget.cpp934 error = m_process_sp->EnableWatchpoint(wp_sp, notify); in CreateWatchpoint()
1298 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableAllWatchpoints()
1380 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableWatchpointByID()
H A DProcess.cpp2586 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in Process
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessGDBRemote.cpp3154 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2195 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);