Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.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 …]
H A DSBDebugger.cpp1257 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()
1280 const SBCommandInterpreterRunOptions &options) { in RunCommandInterpreter()
H A DSBCommandInterpreter.cpp206 lldb::SBCommandInterpreterRunOptions &options, in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h23 class LLDB_API SBCommandInterpreterRunOptions {
28 SBCommandInterpreterRunOptions();
29 SBCommandInterpreterRunOptions(const SBCommandInterpreterRunOptions &rhs);
30 ~SBCommandInterpreterRunOptions();
32 SBCommandInterpreterRunOptions &
33 operator=(const SBCommandInterpreterRunOptions &rhs);
H A DSBDebugger.h471 SBCommandInterpreterRunOptions &options,
477 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
H A DSBCommandInterpreter.h204 lldb::SBCommandInterpreterRunOptions &options,
H A DSBDefines.h58 class LLDB_API SBCommandInterpreterRunOptions; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptionsDocstrings.i17 ") lldb::SBCommandInterpreterRunOptions;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig20 #include "lldb/API/SBCommandInterpreterRunOptions.h"
H A Dinterfaces.swig101 %include "lldb/API/SBCommandInterpreterRunOptions.h"
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp550 SBCommandInterpreterRunOptions options; in MainLoop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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 …]
H A DMakefile35 SRCS+= API/SBCommandInterpreterRunOptions.cpp