Searched refs:SBCommandInterpreterRunOptions (Results 1 – 12 of 12) 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 …]
1229 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()1252 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);
636 SBCommandInterpreterRunOptions &options,643 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
204 lldb::SBCommandInterpreterRunOptions &options,
58 class LLDB_API SBCommandInterpreterRunOptions; variable
17 ") lldb::SBCommandInterpreterRunOptions;
103 %include "lldb/API/SBCommandInterpreterRunOptions.h"
560 SBCommandInterpreterRunOptions options; in MainLoop()
13574 lldb::SBCommandInterpreterRunOptions *arg4 = 0 ; in _wrap_SBCommandInterpreter_HandleCommandsFromFile()14184 lldb::SBCommandInterpreterRunOptions *result = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_0()14187 result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions(); in _wrap_new_SBCommandInterpreterRunOptions__SWIG_0()14201 lldb::SBCommandInterpreterRunOptions *arg1 = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()14202 lldb::SBCommandInterpreterRunOptions *result = 0 ; in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()14211 …result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions((lldb::S… in _wrap_new_SBCommandInterpreterRunOptions__SWIG_1()14258 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()14268 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()14282 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue()14308 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ; in _wrap_SBCommandInterpreterRunOptions_GetStopOnError()[all …]
44 SRCS+= API/SBCommandInterpreterRunOptions.cpp