Home
last modified time | relevance | path

Searched refs:SetStopOnContinue (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function in SBCommandInterpreterRunOptions
55 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i36 SetStopOnContinue (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h37 void SetStopOnContinue(bool);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py92 opts.SetStopOnContinue(not opts.GetStopOnContinue())
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp269 options.SetStopOnContinue(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp171 options.SetStopOnContinue( in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h121 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp633 options.SetStopOnContinue(true); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2322 options.SetStopOnContinue(true); in SourceInitFile()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3611 options.SetStopOnContinue(true); in HandleStop()