Searched refs:SetOneShot (Results 1 - 9 of 9) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBBreakpoint.i123 SetOneShot (bool one_shot);
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/Breakpoint/
H A DBreakpointOptions.h227 SetOneShot (bool one_shot) function in class:lldb_private::BreakpointOptions
H A DBreakpoint.h362 SetOneShot (bool one_shot);
/external/lldb/include/lldb/API/
H A DSBBreakpoint.h71 SetOneShot (bool one_shot);
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp199 Breakpoint::SetOneShot (bool one_shot) function in class:Breakpoint
201 m_options.SetOneShot (one_shot);
/external/lldb/source/API/
H A DSBBreakpoint.cpp246 SBBreakpoint::SetOneShot (bool one_shot) function in class:SBBreakpoint
251 log->Printf ("SBBreakpoint(%p)::SetOneShot (one_shot=%i)", m_opaque_sp.get(), one_shot);
256 m_opaque_sp->SetOneShot (one_shot);
/external/chromium_org/v8/src/
H A Ddebug.h83 void SetOneShot();
H A Ddebug.cc292 void BreakLocationIterator::SetOneShot() { function in class:v8::internal::BreakLocationIterator
1210 it.SetOneShot();
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp532 bp->SetOneShot (m_options.m_one_shot);

Completed in 5467 milliseconds