10#ifndef LLDB_API_SBVARIABLESOPTIONS_H
11#define LLDB_API_SBVARIABLESOPTIONS_H
29 explicit operator bool()
const;
SBVariablesOptions & operator=(const SBVariablesOptions &options)
void SetIncludeRuntimeSupportValues(bool)
void SetOptions(VariablesOptionsImpl *lldb_object_ptr)
bool GetIncludeRuntimeSupportValues() const
void SetIncludeLocals(bool)
void SetIncludeArguments(bool)
std::unique_ptr< VariablesOptionsImpl > m_opaque_up
lldb::DynamicValueType GetUseDynamic() const
bool GetIncludeArguments() const
void SetIncludeRecognizedArguments(bool)
void SetInScopeOnly(bool)
bool GetIncludeStatics() const
VariablesOptionsImpl & ref()
VariablesOptionsImpl * operator->()
void SetIncludeStatics(bool)
void SetUseDynamic(lldb::DynamicValueType)
bool GetIncludeLocals() const
bool GetInScopeOnly() const
VariablesOptionsImpl * get()
bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const