Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py13 obj.SetOneShot(True)
/llvm-project/lldb/bindings/interface/
H A DSBBreakpointExtensions.i51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h48 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h64 void SetOneShot(bool one_shot);
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h291 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h336 void SetOneShot(bool one_shot);
/llvm-project/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.cpp223 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
231 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py310 bkpt.SetOneShot(True)
375 bkpt.SetOneShot(True)
/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp329 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); }
328 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } SetOneShot() function in Breakpoint
H A DWatchpoint.cpp128 bp_sp->SetOneShot(true); in SetupVariableWatchpointDisabler()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py261 bp_name.SetOneShot(self.is_one_shot)
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp593 dyld_handover_bp->SetOneShot(true); in SetDYLDHandoverBreakpoint()
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp232 entry_break->SetOneShot(true); in ProbeEntry()
/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp109 m_bp_opts.SetOneShot(value); in SetOptionValue()
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7347 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7363 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
/llvm-project/lldb/source/Target/
H A DTarget.cpp457 bp_sp->SetOneShot(true); in CreateBreakpoint()