Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp123 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } SetEnabled() function in BreakpointSite
H A DBreakpointLocation.cpp77 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled() function in BreakpointLocation
H A DWatchpoint.cpp411 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() function in Watchpoint
H A DBreakpoint.cpp285 void Breakpoint::SetEnabled(bool enable) { in SetEnabled() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h269 void SetEnabled(bool enabled) { in SetEnabled() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp140 void SBWatchpoint::SetEnabled(bool enabled) { SetEnabled() function in SBWatchpoint
H A DSBTypeCategory.cpp60 void SBTypeCategory::SetEnabled(bool enabled) { in SetEnabled() function in SBTypeCategory
H A DSBBreakpointLocation.cpp99 void SBBreakpointLocation::SetEnabled(bool enabled) { SetEnabled() function in SBBreakpointLocation
H A DSBBreakpointName.cpp205 void SBBreakpointName::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpointName
H A DSBBreakpoint.cpp199 void SBBreakpoint::SetEnabled(bool enable) { in SetEnabled() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1208 void StructuredDataDarwinLog::SetEnabled(bool enabled) { in SetEnabled() function in StructuredDataDarwinLog