Home
last modified time | relevance | path

Searched refs:m_set_flags (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp144 m_auto_continue(rhs.m_auto_continue), m_set_flags(rhs.m_set_flags) { in BreakpointOptions()
167 m_set_flags = rhs.m_set_flags; in operator =()
176 m_set_flags.Set(eEnabled); in CopyOverSetOptions()
181 m_set_flags.Set(eOneShot); in CopyOverSetOptions()
189 m_set_flags.Set(eCallback); in CopyOverSetOptions()
409 m_set_flags.Set(eCallback); in SetCallback()
420 m_set_flags.Set(eCallback); in SetCallback()
428 m_set_flags.Clear(eCallback); in ClearCallback()
509 m_set_flags.Set(eThreadSpec); in SetThreadID()
605 m_set_flags.Set(eCallback); in SetCommandDataCallback()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h271 m_set_flags.Set(eEnabled); in SetEnabled()
282 m_set_flags.Set(eAutoContinue); in SetAutoContinue()
293 m_set_flags.Set(eOneShot); in SetOneShot()
301 m_set_flags.Set(eIgnoreCount); in SetIgnoreCount()
346 return m_set_flags.AnySet(eAllOptions); in AnySet()
353 return m_set_flags.Test(kind); in IsOptionSet()
402 Flags m_set_flags; variable
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp73 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()