Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp81 SBVariablesOptions::SBVariablesOptions() in SBVariablesOptions() function in SBVariablesOptions
86 SBVariablesOptions::SBVariablesOptions(const SBVariablesOptions &options) in SBVariablesOptions() function in SBVariablesOptions
91 SBVariablesOptions &SBVariablesOptions::
92 operator=(const SBVariablesOptions &options) { in operator =()
99 SBVariablesOptions::~SBVariablesOptions() = default;
101 bool SBVariablesOptions::IsValid() const { in IsValid()
105 SBVariablesOptions::operator bool() const { in operator bool()
111 bool SBVariablesOptions::GetIncludeArguments() const { in GetIncludeArguments()
117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments()
123 bool SBVariablesOptions::GetIncludeRecognizedArguments( in GetIncludeRecognizedArguments()
[all …]
H A DSBFrame.cpp54 #include "lldb/API/SBVariablesOptions.h"
745 SBVariablesOptions options; in GetVariables()
770 SBVariablesOptions options; in GetVariables()
780 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables()
H A DCMakeLists.txt119 SBVariablesOptions.cpp
/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h19 class LLDB_API SBVariablesOptions {
21 SBVariablesOptions();
23 SBVariablesOptions(const SBVariablesOptions &options);
25 SBVariablesOptions &operator=(const SBVariablesOptions &options);
27 ~SBVariablesOptions();
72 SBVariablesOptions(VariablesOptionsImpl *lldb_object_ptr);
H A DSBFrame.h165 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
H A DSBDefines.h135 class LLDB_API SBVariablesOptions;
132 class LLDB_API SBVariablesOptions; global() variable
H A DSBTarget.h969 friend class SBVariablesOptions;
964 friend class SBVariablesOptions; global() variable
/llvm-project/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py105 variables = frame.GetVariables(lldb.SBVariablesOptions())
110 variables = frame.GetVariables(lldb.SBVariablesOptions())
115 variables = frame.GetVariables(lldb.SBVariablesOptions())
119 opts = lldb.SBVariablesOptions()
373 opts = lldb.SBVariablesOptions()
/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptionsDocstrings.i3 ) lldb::SBVariablesOptions;
/llvm-project/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py14 var_opts = lldb.SBVariablesOptions()
/llvm-project/lldb/test/API/lang/c/vla/
H A DTestVLA.py16 var_opts = lldb.SBVariablesOptions()
/llvm-project/lldb/test/API/macosx/objc_exception_recognizer/
H A DTestObjCRecognizer.py52 var_opts = lldb.SBVariablesOptions()
/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py65 var_options = lldb.SBVariablesOptions()
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn119 "SBVariablesOptions.cpp",
/llvm-project/lldb/bindings/
H A Dheaders.swig86 #include "lldb/API/SBVariablesOptions.h"
H A Dinterfaces.swig168 %include "lldb/API/SBVariablesOptions.h"
/llvm-project/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py44 opts = lldb.SBVariablesOptions()
/llvm-project/lldb/docs/
H A D.htaccess103 …irect 301 /python_reference/lldb.SBVariablesOptions-class.html https://lldb.llvm.org/python_api/ll…