Searched refs:SBCommandInterpreterRunOptions (Results 1 – 18 of 18) 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 …]
28 SBCommandInterpreterRunOptions.cpp
187 lldb::SBCommandInterpreterRunOptions &options, in HandleCommandsFromFile()
1243 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()1266 const SBCommandInterpreterRunOptions &options) { in RunCommandInterpreter()
23 class LLDB_API SBCommandInterpreterRunOptions {28 SBCommandInterpreterRunOptions();29 SBCommandInterpreterRunOptions(const SBCommandInterpreterRunOptions &rhs);30 ~SBCommandInterpreterRunOptions();32 SBCommandInterpreterRunOptions &33 operator=(const SBCommandInterpreterRunOptions &rhs);
402 SBCommandInterpreterRunOptions &options,407 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
42 class LLDB_API SBCommandInterpreterRunOptions; variable
170 lldb::SBCommandInterpreterRunOptions &options,
24 ") SBCommandInterpreterRunOptions;25 class SBCommandInterpreterRunOptions29 SBCommandInterpreterRunOptions();30 ~SBCommandInterpreterRunOptions();
152 lldb::SBCommandInterpreterRunOptions &options,
539 SBCommandInterpreterRunOptions &options,
18 SBCommandInterpreterRunOptions.cpp \
22 %include "./interface/SBCommandInterpreterRunOptions.i"
18 #include "lldb/API/SBCommandInterpreterRunOptions.h"
34 …ython_reference/lldb.SBCommandInterpreterRunOptions-class.html https://lldb.llvm.org/python_api/ll…
569 SBCommandInterpreterRunOptions options; in MainLoop()
1130 run_options = lldb.SBCommandInterpreterRunOptions()
3599 lldb/include/lldb/API/SBCommandInterpreterRunOptions.h3895 lldb/source/API/SBCommandInterpreterRunOptions.cpp