Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp145 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 …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp72 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()