Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h70 bool one_shot = false);
227 SetOneShot (bool one_shot) in SetOneShot() argument
229 m_one_shot = one_shot; in SetOneShot()
DBreakpoint.h362 SetOneShot (bool one_shot);
/external/lldb/scripts/Python/interface/
DSBBreakpoint.i123 SetOneShot (bool one_shot);
224 …if _newclass: one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configu…
/external/lldb/source/API/
DSBBreakpoint.cpp246 SBBreakpoint::SetOneShot (bool one_shot) in SetOneShot() argument
251 log->Printf ("SBBreakpoint(%p)::SetOneShot (one_shot=%i)", m_opaque_sp.get(), one_shot); in SetOneShot()
256 m_opaque_sp->SetOneShot (one_shot); in SetOneShot()
/external/lldb/include/lldb/API/
DSBBreakpoint.h71 SetOneShot (bool one_shot);
/external/lldb/source/Breakpoint/
DBreakpoint.cpp199 Breakpoint::SetOneShot (bool one_shot) in SetOneShot() argument
201 m_options.SetOneShot (one_shot); in SetOneShot()
/external/lldb/www/python_reference/
Dapi-objects.txt2416 lldb.SBBreakpoint.one_shot lldb.SBBreakpoint-class.html#one_shot