Home
last modified time | relevance | path

Searched defs:SetOneShot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h291 void SetOneShot(bool one_shot) { in SetOneShot() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp242 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName
H A DSBBreakpoint.cpp223 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp328 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint