Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointOptions.cpp42 m_one_shot (false), in BreakpointOptions()
58 m_one_shot (rhs.m_one_shot), in BreakpointOptions()
78 m_one_shot = rhs.m_one_shot; in operator =()
217 …if (m_ignore_count != 0 || !m_enabled || m_one_shot || (GetThreadSpecNoCreate() != NULL && GetThre… in GetDescription()
235 if (m_one_shot) in GetDescription()
/external/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h220 return m_one_shot; in IsOneShot()
229 m_one_shot = one_shot; in SetOneShot()
349 bool m_one_shot; variable
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp111 m_one_shot (false) in CommandOptions()
231 m_one_shot = true; in SetOptionValue()
316 m_one_shot = false; in OptionParsingStarting()
350 bool m_one_shot; member in CommandObjectBreakpointSet::CommandOptions
532 bp->SetOneShot (m_options.m_one_shot); in DoExecute()
737 m_one_shot (false), in CommandOptions()
787 m_one_shot = value; in SetOptionValue()
859 m_one_shot = false; in OptionParsingStarting()
888 bool m_one_shot; member in CommandObjectBreakpointModify::CommandOptions