reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 bool IsEnabled() const;
170 return watchpoint_sp->IsEnabled();
tools/lldb/source/Breakpoint/Watchpoint.cpp142 return IsEnabled(); 195 IsEnabled() ? "enabled" : "disabled", m_watch_read ? "r" : "",tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
360 if (wp_sp && wp_sp->IsEnabled()) { 393 if (wp_sp && wp_sp->IsEnabled()) { 436 if (wp_sp && wp_sp->IsEnabled()) {tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
3295 if (wp->IsEnabled()) { 3337 if (!wp->IsEnabled()) {