Searched refs:m_one_shot (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h220 return m_one_shot;
229 m_one_shot = one_shot;
349 bool m_one_shot; member in class:lldb_private::BreakpointOptions
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp42 m_one_shot (false),
58 m_one_shot (rhs.m_one_shot),
78 m_one_shot = rhs.m_one_shot;
217 if (m_ignore_count != 0 || !m_enabled || m_one_shot || (GetThreadSpecNoCreate() != NULL && GetThreadSpecNoCreate()->HasSpecification ()))
235 if (m_one_shot)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp112 m_one_shot (false)
237 m_one_shot = true;
323 m_one_shot = false;
358 bool m_one_shot; member in class:CommandObjectBreakpointSet::CommandOptions
552 bp->SetOneShot (m_options.m_one_shot);
760 m_one_shot (false),
810 m_one_shot = value;
882 m_one_shot = false;
911 bool m_one_shot; member in class:CommandObjectBreakpointModify::CommandOptions

Completed in 61 milliseconds