Home
last modified time | relevance | path

Searched refs:SBCommandInterpreterRunOptions (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp21 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions() { in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions
27 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions( in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions
28 const SBCommandInterpreterRunOptions &rhs) { in SBCommandInterpreterRunOptions()
34 SBCommandInterpreterRunOptions::~SBCommandInterpreterRunOptions() = default;
36 SBCommandInterpreterRunOptions &SBCommandInterpreterRunOptions::operator=( in operator =()
37 const SBCommandInterpreterRunOptions &rhs) { in operator =()
46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue()
52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()
58 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError()
64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError()
[all …]
HDSBDebugger.cpp1257 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()
1280 const SBCommandInterpreterRunOptions &options) { in RunCommandInterpreter()
HDSBCommandInterpreter.cpp206 lldb::SBCommandInterpreterRunOptions &options, in HandleCommandsFromFile()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h23 class LLDB_API SBCommandInterpreterRunOptions {
28 SBCommandInterpreterRunOptions();
29 SBCommandInterpreterRunOptions(const SBCommandInterpreterRunOptions &rhs);
30 ~SBCommandInterpreterRunOptions();
32 SBCommandInterpreterRunOptions &
33 operator=(const SBCommandInterpreterRunOptions &rhs);
HDSBDebugger.h471 SBCommandInterpreterRunOptions &options,
477 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
HDSBCommandInterpreter.h204 lldb::SBCommandInterpreterRunOptions &options,
HDSBDefines.h58 class LLDB_API SBCommandInterpreterRunOptions; variable
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandInterpreterRunOptionsDocstrings.i17 ") lldb::SBCommandInterpreterRunOptions;
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/
HDheaders.swig20 #include "lldb/API/SBCommandInterpreterRunOptions.h"
HDinterfaces.swig101 %include "lldb/API/SBCommandInterpreterRunOptions.h"
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp550 SBCommandInterpreterRunOptions options; in MainLoop()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp13609 lldb::SBCommandInterpreterRunOptions *arg4 = 0 ; in _wrap_SBCommandInterpreter_HandleCommandsFromFile()
14185 lldb::SBCommandInterpreterRunOptions *result = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_0()
14188 result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions(); in _wrap_new_SBCommandInterpreterRunOptions__SWIG_0()
14202 lldb::SBCommandInterpreterRunOptions *arg1 = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()
14203 lldb::SBCommandInterpreterRunOptions *result = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()
14212 …result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions((lldb::S… in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()
14259 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()
14269 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()
14283 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue()
14309 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_GetStopOnError()
[all …]
HDMakefile30 SRCS+= API/SBCommandInterpreterRunOptions.cpp