| /llvm-project-15.0.7/lldb/test/API/python_api/frame/get-variables/ |
| H A D | TestGetVariables.py | 106 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 D | SBFrame.i | 215 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 D | SBBlock.i | 91 GetVariables (lldb::SBFrame& frame, 98 GetVariables (lldb::SBTarget& target,
|
| /llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/ |
| H A D | TestObjCXXHideRuntimeValues.py | 22 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 D | TestSBFrameFindValue.py | 46 self.frame.GetVariables( 59 self.frame.GetVariables( 72 self.frame.GetVariables(
|
| /llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/ |
| H A D | TestFrameRecognizer.py | 79 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 D | SBFrame.h | 140 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 D | SBBlock.h | 57 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 D | sb_frame.py | 29 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 D | TestCppScope.py | 14 global_vars = self.frame().GetVariables(False, False, True, False)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | shadow.py | 34 block_vars = block.GetVariables(frame, True, True, True, 0)
|
| H A D | cmdtemplate.py | 122 variables_list = frame.GetVariables(
|
| H A D | lldbtk.py | 66 'children': self.frame.GetVariables( 75 variables = self.frame.GetVariables(True, True, True, True)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBlock.cpp | 232 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 D | SBFrame.cpp | 728 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 D | TestVLA.py | 23 all_locals = self.frame().GetVariables(var_opts)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/ |
| H A D | TestObjectDescriptionAPI.py | 53 value_list1 = frame0.GetVariables(True, True, True, True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/ |
| H A D | TestExitDuringExpression.py | 67 value_list = frame.GetVariables(var_options)
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | ClangDataFormat.py | 128 value_list = frame.GetVariables(True, True, True, True)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/ |
| H A D | TestStaticVariables.py | 134 valList = frame.GetVariables(False, False, True, False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/frame/ |
| H A D | TestFrames.py | 68 valList = frame.GetVariables(True, False, False, True)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/ |
| H A D | TestObjCExceptions.py | 40 variables = frame.GetVariables(opts)
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 386 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 D | lldbutil.py | 861 vars = frame.GetVariables(True, False, False, True) # type of SBValueList
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 1926 g_vsc.variables.locals = frame.GetVariables(/*arguments=*/true, in request_scopes() 1930 g_vsc.variables.globals = frame.GetVariables(/*arguments=*/false, in request_scopes()
|