Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dshadow.py33 block_vars = block.GetVariables(frame, True, True, True, 0)
H A Dcmdtemplate.py120 variables_list = frame.GetVariables(
H A Dlldbtk.py65 'children': self.frame.GetVariables(
74 variables = self.frame.GetVariables(True, True, True, True)
/openbsd-src/gnu/llvm/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.cpp729 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame
753 value_list = GetVariables(options); in GetVariables()
758 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame
777 return GetVariables(options); in GetVariables()
780 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py128 value_list = frame.GetVariables(True, True, True, True)
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py385 variables = frame.GetVariables(True, True, True, True)
446 variables = frame.GetVariables(True, True, True, True)
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py861 vars = frame.GetVariables(True, False, False, True) # type of SBValueList
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1936 g_vsc.variables.locals = frame.GetVariables(/*arguments=*/true, in request_scopes()
1940 g_vsc.variables.globals = frame.GetVariables(/*arguments=*/false, in request_scopes()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1252 vars = frame.GetVariables(True, False, False, True) # type of SBValueList