Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h37 void SetStopOnContinue(bool);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp257 options.SetStopOnContinue(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp152 options.SetStopOnContinue( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h129 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp624 options.SetStopOnContinue(true); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2385 options.SetStopOnContinue(true); in SourceInitFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3812 options.SetStopOnContinue(true); in HandleStop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14295 (arg1)->SetStopOnContinue(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue()