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

/external/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
/external/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)
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp111 m_one_shot (false)
231 m_one_shot = true;
316 m_one_shot = false;
350 bool m_one_shot; member in class:CommandObjectBreakpointSet::CommandOptions
532 bp->SetOneShot (m_options.m_one_shot);
737 m_one_shot (false),
787 m_one_shot = value;
859 m_one_shot = false;
888 bool m_one_shot; member in class:CommandObjectBreakpointModify::CommandOptions

Completed in 123 milliseconds