Searched refs:SBCommandInterpreterRunOptions (Results 1 – 13 of 13) sorted by relevance
21 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions() { in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions27 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions( in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions28 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 …]
1257 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()1280 const SBCommandInterpreterRunOptions &options) { in RunCommandInterpreter()
206 lldb::SBCommandInterpreterRunOptions &options, in HandleCommandsFromFile()
23 class LLDB_API SBCommandInterpreterRunOptions {28 SBCommandInterpreterRunOptions();29 SBCommandInterpreterRunOptions(const SBCommandInterpreterRunOptions &rhs);30 ~SBCommandInterpreterRunOptions();32 SBCommandInterpreterRunOptions &33 operator=(const SBCommandInterpreterRunOptions &rhs);
471 SBCommandInterpreterRunOptions &options,477 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
204 lldb::SBCommandInterpreterRunOptions &options,
58 class LLDB_API SBCommandInterpreterRunOptions; variable
17 ") lldb::SBCommandInterpreterRunOptions;
20 #include "lldb/API/SBCommandInterpreterRunOptions.h"
101 %include "lldb/API/SBCommandInterpreterRunOptions.h"
550 SBCommandInterpreterRunOptions options; in MainLoop()
13609 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 …]
35 SRCS+= API/SBCommandInterpreterRunOptions.cpp