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)

GetIncludeRecognizedArguments(...)

GetIncludeRuntimeSupportValues(...)

GetIncludeStatics(SBVariablesOptions self)

GetUseDynamic(SBVariablesOptions self)

IsValid(SBVariablesOptions self)

SetInScopeOnly(SBVariablesOptions self, ...)

SetIncludeArguments(SBVariablesOptions self, ...)

SetIncludeLocals(SBVariablesOptions self, ...)

SetIncludeRecognizedArguments(...)

SetIncludeRuntimeSupportValues(...)

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)ΒΆ