Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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 …]
DCMakeLists.txt28 SBCommandInterpreterRunOptions.cpp
DSBCommandInterpreter.cpp187 lldb::SBCommandInterpreterRunOptions &options, in HandleCommandsFromFile()
DSBDebugger.cpp1243 SBCommandInterpreterRunOptions &options, in RunCommandInterpreter()
1266 const SBCommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h23 class LLDB_API SBCommandInterpreterRunOptions {
28 SBCommandInterpreterRunOptions();
29 SBCommandInterpreterRunOptions(const SBCommandInterpreterRunOptions &rhs);
30 ~SBCommandInterpreterRunOptions();
32 SBCommandInterpreterRunOptions &
33 operator=(const SBCommandInterpreterRunOptions &rhs);
DSBDebugger.h402 SBCommandInterpreterRunOptions &options,
407 RunCommandInterpreter(const SBCommandInterpreterRunOptions &options);
DSBDefines.h42 class LLDB_API SBCommandInterpreterRunOptions; variable
DSBCommandInterpreter.h170 lldb::SBCommandInterpreterRunOptions &options,
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i24 ") SBCommandInterpreterRunOptions;
25 class SBCommandInterpreterRunOptions
29 SBCommandInterpreterRunOptions();
30 ~SBCommandInterpreterRunOptions();
DSBCommandInterpreter.i152 lldb::SBCommandInterpreterRunOptions &options,
DSBDebugger.i539 SBCommandInterpreterRunOptions &options,
/openbsd/src/gnu/usr.bin/clang/liblldbAPI/
DMakefile18 SBCommandInterpreterRunOptions.cpp \
/openbsd/src/gnu/llvm/lldb/bindings/
Dinterfaces.swig22 %include "./interface/SBCommandInterpreterRunOptions.i"
Dheaders.swig18 #include "lldb/API/SBCommandInterpreterRunOptions.h"
/openbsd/src/gnu/llvm/lldb/docs/
D.htaccess34 …ython_reference/lldb.SBCommandInterpreterRunOptions-class.html https://lldb.llvm.org/python_api/ll…
/openbsd/src/gnu/llvm/lldb/tools/driver/
DDriver.cpp569 SBCommandInterpreterRunOptions options; in MainLoop()
/openbsd/src/gnu/llvm/lldb/examples/python/
Dcrashlog.py1130 run_options = lldb.SBCommandInterpreterRunOptions()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3599 lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
3895 lldb/source/API/SBCommandInterpreterRunOptions.cpp