Home
last modified time | relevance | path

Searched refs:SetOneShot (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpoint.i125 SetOneShot (bool one_shot);
306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
H A DSBBreakpointName.i53 void SetOneShot(bool one_shot);
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py13 obj.SetOneShot(True)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h52 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h59 void SetOneShot(bool one_shot);
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h291 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h334 void SetOneShot(bool one_shot);
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp242 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName
252 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
H A DSBBreakpoint.cpp224 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
232 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py221 bkpt.SetOneShot(True)
273 bkpt.SetOneShot(True)
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp333 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp425 dyld_handover_bp->SetOneShot(true); in SetDYLDHandoverBreakpoint()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py217 bp_name.SetOneShot(self.is_one_shot)
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp240 entry_break->SetOneShot(true); in ProbeEntry()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp105 m_bp_opts.SetOneShot(value); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7320 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7336 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()