LLDB mainline
|
#include <SBVariablesOptions.h>
Public Member Functions | |
SBVariablesOptions () | |
SBVariablesOptions (const SBVariablesOptions &options) | |
SBVariablesOptions & | operator= (const SBVariablesOptions &options) |
~SBVariablesOptions () | |
operator bool () const | |
bool | IsValid () const |
bool | GetIncludeArguments () const |
void | SetIncludeArguments (bool) |
bool | GetIncludeRecognizedArguments (const lldb::SBTarget &) const |
void | SetIncludeRecognizedArguments (bool) |
bool | GetIncludeLocals () const |
void | SetIncludeLocals (bool) |
bool | GetIncludeStatics () const |
void | SetIncludeStatics (bool) |
bool | GetInScopeOnly () const |
void | SetInScopeOnly (bool) |
bool | GetIncludeRuntimeSupportValues () const |
void | SetIncludeRuntimeSupportValues (bool) |
lldb::DynamicValueType | GetUseDynamic () const |
void | SetUseDynamic (lldb::DynamicValueType) |
Protected Member Functions | |
VariablesOptionsImpl * | operator-> () |
const VariablesOptionsImpl * | operator-> () const |
VariablesOptionsImpl * | get () |
VariablesOptionsImpl & | ref () |
const VariablesOptionsImpl & | ref () const |
SBVariablesOptions (VariablesOptionsImpl *lldb_object_ptr) | |
void | SetOptions (VariablesOptionsImpl *lldb_object_ptr) |
Private Attributes | |
std::unique_ptr< VariablesOptionsImpl > | m_opaque_up |
Definition at line 19 of file SBVariablesOptions.h.
SBVariablesOptions::SBVariablesOptions | ( | ) |
Definition at line 81 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA.
SBVariablesOptions::SBVariablesOptions | ( | const SBVariablesOptions & | options | ) |
Definition at line 86 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA.
|
default |
|
protected |
Definition at line 213 of file SBVariablesOptions.cpp.
|
protected |
Definition at line 205 of file SBVariablesOptions.cpp.
References m_opaque_up.
bool SBVariablesOptions::GetIncludeArguments | ( | ) | const |
Definition at line 111 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::GetIncludeLocals | ( | ) | const |
Definition at line 136 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::GetIncludeRecognizedArguments | ( | const lldb::SBTarget & | target | ) | const |
Definition at line 123 of file SBVariablesOptions.cpp.
References lldb::SBTarget::GetSP(), LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::GetIncludeRuntimeSupportValues | ( | ) | const |
Definition at line 172 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::GetIncludeStatics | ( | ) | const |
Definition at line 148 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::GetInScopeOnly | ( | ) | const |
Definition at line 160 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
lldb::DynamicValueType SBVariablesOptions::GetUseDynamic | ( | ) | const |
Definition at line 185 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
bool SBVariablesOptions::IsValid | ( | ) | const |
Definition at line 101 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA.
|
explicit |
Definition at line 105 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA.
|
protected |
Definition at line 197 of file SBVariablesOptions.cpp.
References m_opaque_up.
|
protected |
Definition at line 201 of file SBVariablesOptions.cpp.
References m_opaque_up.
SBVariablesOptions & SBVariablesOptions::operator= | ( | const SBVariablesOptions & | options | ) |
Definition at line 91 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and ref().
|
protected |
Definition at line 207 of file SBVariablesOptions.cpp.
References m_opaque_up.
Referenced by operator=().
|
protected |
Definition at line 209 of file SBVariablesOptions.cpp.
References m_opaque_up.
void SBVariablesOptions::SetIncludeArguments | ( | bool | arguments | ) |
Definition at line 117 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
void SBVariablesOptions::SetIncludeLocals | ( | bool | locals | ) |
Definition at line 142 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
void SBVariablesOptions::SetIncludeRecognizedArguments | ( | bool | arguments | ) |
Definition at line 130 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBVariablesOptions::SetIncludeRuntimeSupportValues | ( | bool | runtime_support_values | ) |
Definition at line 178 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
void SBVariablesOptions::SetIncludeStatics | ( | bool | statics | ) |
Definition at line 154 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
void SBVariablesOptions::SetInScopeOnly | ( | bool | in_scope_only | ) |
Definition at line 166 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
|
protected |
Definition at line 216 of file SBVariablesOptions.cpp.
References m_opaque_up.
void SBVariablesOptions::SetUseDynamic | ( | lldb::DynamicValueType | dynamic | ) |
Definition at line 191 of file SBVariablesOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBFrame::GetVariables().
|
private |
Definition at line 77 of file SBVariablesOptions.h.
Referenced by get(), GetIncludeArguments(), GetIncludeLocals(), GetIncludeRecognizedArguments(), GetIncludeRuntimeSupportValues(), GetIncludeStatics(), GetInScopeOnly(), GetUseDynamic(), operator->(), operator=(), ref(), SetIncludeArguments(), SetIncludeLocals(), SetIncludeRecognizedArguments(), SetIncludeRuntimeSupportValues(), SetIncludeStatics(), SetInScopeOnly(), SetOptions(), and SetUseDynamic().