Home
last modified time | relevance | path

Searched defs:SetEnabled (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBBreakpoint.h74 void SetEnabled(bool enabled) { in SetEnabled() function
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointSite.cpp123 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } in SetEnabled() function in BreakpointSite
DWatchpoint.cpp241 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() function in Watchpoint
DBreakpointLocation.cpp78 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in BreakpointLocation
DBreakpoint.cpp295 void Breakpoint::SetEnabled(bool enable) { in SetEnabled() function in Breakpoint
/openbsd/src/gnu/llvm/lldb/source/API/
DSBWatchpoint.cpp139 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled() function in SBWatchpoint
DSBTypeCategory.cpp60 void SBTypeCategory::SetEnabled(bool enabled) { in SetEnabled() function in SBTypeCategory
DSBBreakpointLocation.cpp99 void SBBreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in SBBreakpointLocation
DSBBreakpointName.cpp205 void SBBreakpointName::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpointName
DSBBreakpoint.cpp200 void SBBreakpoint::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpoint
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h269 void SetEnabled(bool enabled) { in SetEnabled() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1209 void StructuredDataDarwinLog::SetEnabled(bool enabled) { in SetEnabled() function in StructuredDataDarwinLog