Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp57 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function in SBCommandInterpreterRunOptions
58 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnContinue, in SetStopOnContinue()
61 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()
264 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnContinue, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i36 SetStopOnContinue (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h37 void SetStopOnContinue(bool);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp299 options.SetStopOnContinue(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectCommands.cpp143 options.SetStopOnContinue( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h121 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp643 options.SetStopOnContinue(true); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2140 options.SetStopOnContinue(true); in SourceInitFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3405 options.SetStopOnContinue(true); in HandleStop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12772 (arg1)->SetStopOnContinue(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue()