SBVariablesOptions¶
- class lldb.SBVariablesOptions(*args)¶
Describes which variables should be returned from
SBFrame.GetVariables.Methods Summary
GetInScopeOnly(SBVariablesOptions self)GetIncludeArguments(SBVariablesOptions self)GetIncludeLocals(SBVariablesOptions self)GetIncludeStatics(SBVariablesOptions self)GetUseDynamic(SBVariablesOptions self)IsValid(SBVariablesOptions self)SetInScopeOnly(SBVariablesOptions self, …)SetIncludeArguments(SBVariablesOptions self, …)SetIncludeLocals(SBVariablesOptions self, …)SetIncludeStatics(SBVariablesOptions self, …)SetUseDynamic(SBVariablesOptions self, lldb)Methods Documentation
- GetInScopeOnly(SBVariablesOptions self) → bool¶
- GetIncludeArguments(SBVariablesOptions self) → bool¶
- GetIncludeLocals(SBVariablesOptions self) → bool¶
- GetIncludeRecognizedArguments(SBVariablesOptions self, SBTarget arg2) → bool¶
- GetIncludeRuntimeSupportValues(SBVariablesOptions self) → bool¶
- GetIncludeStatics(SBVariablesOptions self) → bool¶
- GetUseDynamic(SBVariablesOptions self) → lldb::DynamicValueType¶
- IsValid(SBVariablesOptions self) → bool¶
- SetInScopeOnly(SBVariablesOptions self, bool arg2)¶
- SetIncludeArguments(SBVariablesOptions self, bool arg2)¶
- SetIncludeLocals(SBVariablesOptions self, bool arg2)¶
- SetIncludeRecognizedArguments(SBVariablesOptions self, bool arg2)¶
- SetIncludeRuntimeSupportValues(SBVariablesOptions self, bool arg2)¶
- SetIncludeStatics(SBVariablesOptions self, bool arg2)¶
- SetUseDynamic(SBVariablesOptions self, lldb::DynamicValueType arg2)¶