Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function in SBCommandInterpreterRunOptions
55 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h37 void SetStopOnContinue(bool);
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp257 options.SetStopOnContinue(true); in WatchpointOptionsCallbackFunction()
HDCommandObjectCommands.cpp152 options.SetStopOnContinue( in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h129 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp624 options.SetStopOnContinue(true); in BreakpointOptionsCallbackFunction()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2385 options.SetStopOnContinue(true); in SourceInitFile()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3812 options.SetStopOnContinue(true); in HandleStop()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp14295 (arg1)->SetStopOnContinue(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue()