Home
last modified time | relevance | path

Searched refs:GetVariables (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py106 vars = frame.GetVariables(
121 vars = frame.GetVariables(
132 vars = frame.GetVariables(
145 vars = frame.GetVariables(
162 vars = frame.GetVariables(
179 vars = frame.GetVariables(
197 vars = frame.GetVariables(
214 vars = frame.GetVariables(
246 vars = frame.GetVariables(
278 vars = frame.GetVariables(
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFrame.i215 target's default.") GetVariables;
217 GetVariables (bool arguments,
223 GetVariables (bool arguments,
230 GetVariables (const lldb::SBVariablesOptions& options);
301 return self.GetVariables(True,True,True,True)
311 return self.GetVariables(True,False,False,False)
314 return self.GetVariables(False,True,False,False)
317 return self.GetVariables(False,False,True,False)
H A DSBBlock.i91 GetVariables (lldb::SBFrame& frame,
98 GetVariables (lldb::SBTarget& target,
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py22 values = self.frame().GetVariables(var_opts)
30 values = self.frame().GetVariables(var_opts)
38 values = self.frame().GetVariables(var_opts)
/llvm-project-15.0.7/lldb/test/API/python_api/findvalue_duplist/
H A DTestSBFrameFindValue.py46 self.frame.GetVariables(
59 self.frame.GetVariables(
72 self.frame.GetVariables(
/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())
95 variables = frame.GetVariables(opts)
254 variables = frame.GetVariables(opts)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
147 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
H A DSBBlock.h57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_frame.py29 obj.GetVariables(True, True, True, True)
30 obj.GetVariables(True, True, True, False, lldb.eDynamicCanRunTarget)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/scope/
H A DTestCppScope.py14 global_vars = self.frame().GetVariables(False, False, True, False)
/llvm-project-15.0.7/lldb/examples/python/
H A Dshadow.py34 block_vars = block.GetVariables(frame, True, True, True, 0)
H A Dcmdtemplate.py122 variables_list = frame.GetVariables(
H A Dlldbtk.py66 'children': self.frame.GetVariables(
75 variables = self.frame.GetVariables(True, True, True, True)
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp232 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() function in SBBlock
286 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() function in SBBlock
H A DSBFrame.cpp728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame
752 value_list = GetVariables(options); in GetVariables()
757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame
776 return GetVariables(options); in GetVariables()
779 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py23 all_locals = self.frame().GetVariables(var_opts)
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A DTestObjectDescriptionAPI.py53 value_list1 = frame0.GetVariables(True, True, True, True)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py67 value_list = frame.GetVariables(var_options)
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py128 value_list = frame.GetVariables(True, True, True, True)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/
H A DTestStaticVariables.py134 valList = frame.GetVariables(False, False, True, False)
/llvm-project-15.0.7/lldb/test/API/python_api/frame/
H A DTestFrames.py68 valList = frame.GetVariables(True, False, False, True)
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py40 variables = frame.GetVariables(opts)
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py386 variables = frame.GetVariables(True, True, True, True)
447 variables = frame.GetVariables(True, True, True, True)
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py861 vars = frame.GetVariables(True, False, False, True) # type of SBValueList
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1926 g_vsc.variables.locals = frame.GetVariables(/*arguments=*/true, in request_scopes()
1930 g_vsc.variables.globals = frame.GetVariables(/*arguments=*/false, in request_scopes()

12