Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
136 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals()
148 bool SBVariablesOptions::GetIncludeStatics() const { in GetIncludeStatics()
160 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly()
[all …]
H A DSBFrame.cpp744 SBVariablesOptions options; in GetVariables()
769 SBVariablesOptions options; in GetVariables()
779 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables()
H A DCMakeLists.txt85 SBVariablesOptions.cpp
/llvm-project-15.0.7/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.h147 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
H A DSBDefines.h105 class LLDB_API SBVariablesOptions; variable
H A DSBTarget.h881 friend class SBVariablesOptions; variable
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i13 ) SBVariablesOptions;
14 class SBVariablesOptions
17 SBVariablesOptions ();
19 SBVariablesOptions (const SBVariablesOptions& options);
21 ~SBVariablesOptions ();
H A DSBFrame.i230 GetVariables (const lldb::SBVariablesOptions& options);
/llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py79 variables = frame.GetVariables(lldb.SBVariablesOptions())
84 variables = frame.GetVariables(lldb.SBVariablesOptions())
89 variables = frame.GetVariables(lldb.SBVariablesOptions())
93 opts = lldb.SBVariablesOptions()
251 opts = lldb.SBVariablesOptions()
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py15 var_opts = lldb.SBVariablesOptions()
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py16 var_opts = lldb.SBVariablesOptions()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py62 var_options = lldb.SBVariablesOptions()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn108 "SBVariablesOptions.cpp",
/llvm-project-15.0.7/lldb/bindings/
H A Dinterfaces.swig80 %include "./interface/SBVariablesOptions.i"
H A Dheaders.swig76 #include "lldb/API/SBVariablesOptions.h"
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py38 opts = lldb.SBVariablesOptions()
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess101 …irect 301 /python_reference/lldb.SBVariablesOptions-class.html https://lldb.llvm.org/python_api/ll…
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3656 lldb/include/lldb/API/SBVariablesOptions.h