Searched refs:one_shot (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h70 bool one_shot = false);
227 SetOneShot (bool one_shot) argument
229 m_one_shot = one_shot;
H A DBreakpoint.h359 /// If \a one_shot is \b true, breakpoint will be deleted on first hit.
362 SetOneShot (bool one_shot);
/external/lldb/scripts/Python/interface/
H A DSBBreakpoint.i123 SetOneShot (bool one_shot);
222 __swig_getmethods__["one_shot"] = IsOneShot
223 __swig_setmethods__["one_shot"] = SetOneShot
224 if _newclass: one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether this breakpoint is one-shot (deleted when hit) or not.''')
/external/lldb/include/lldb/API/
H A DSBBreakpoint.h71 SetOneShot (bool one_shot);
/external/lldb/source/API/
H A DSBBreakpoint.cpp246 SBBreakpoint::SetOneShot (bool one_shot) argument
251 log->Printf ("SBBreakpoint(%p)::SetOneShot (one_shot=%i)", m_opaque_sp.get(), one_shot);
256 m_opaque_sp->SetOneShot (one_shot);
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp199 Breakpoint::SetOneShot (bool one_shot) argument
201 m_options.SetOneShot (one_shot);

Completed in 94 milliseconds