LLDB mainline
lldb::SBValue Member List

This is the complete list of members for lldb::SBValue, including all inherited members.

AddressOf()lldb::SBValue
Cast(lldb::SBType type)lldb::SBValue
Clear()lldb::SBValue
Clone(const char *new_name)lldb::SBValue
CreateChildAtOffset(const char *name, uint32_t offset, lldb::SBType type)lldb::SBValue
CreateValueFromAddress(const char *name, lldb::addr_t address, lldb::SBType type)lldb::SBValue
CreateValueFromData(const char *name, lldb::SBData data, lldb::SBType type)lldb::SBValue
CreateValueFromExpression(const char *name, const char *expression)lldb::SBValue
CreateValueFromExpression(const char *name, const char *expression, SBExpressionOptions &options)lldb::SBValue
Dereference()lldb::SBValue
EvaluateExpression(const char *expr) constlldb::SBValue
EvaluateExpression(const char *expr, const SBExpressionOptions &options) constlldb::SBValue
EvaluateExpression(const char *expr, const SBExpressionOptions &options, const char *name) constlldb::SBValue
GetAddress()lldb::SBValue
GetByteSize()lldb::SBValue
GetChildAtIndex(uint32_t idx)lldb::SBValue
GetChildAtIndex(uint32_t idx, lldb::DynamicValueType use_dynamic, bool can_create_synthetic)lldb::SBValue
GetChildMemberWithName(const char *name)lldb::SBValue
GetChildMemberWithName(const char *name, lldb::DynamicValueType use_dynamic)lldb::SBValue
GetData()lldb::SBValue
GetDeclaration()lldb::SBValue
GetDescription(lldb::SBStream &description)lldb::SBValue
GetDisplayTypeName()lldb::SBValue
GetDynamicValue(lldb::DynamicValueType use_dynamic)lldb::SBValue
GetError()lldb::SBValue
GetExpressionPath(lldb::SBStream &description)lldb::SBValue
GetExpressionPath(lldb::SBStream &description, bool qualify_cxx_base_classes)lldb::SBValue
GetFormat()lldb::SBValue
GetFrame()lldb::SBValue
GetID()lldb::SBValue
GetIndexOfChildWithName(const char *name)lldb::SBValue
GetLoadAddress()lldb::SBValue
GetLocation()lldb::SBValue
GetName()lldb::SBValue
GetNonSyntheticValue()lldb::SBValue
GetNumChildren()lldb::SBValue
GetNumChildren(uint32_t max)lldb::SBValue
GetObjectDescription()lldb::SBValue
GetOpaqueType()lldb::SBValue
GetPointeeData(uint32_t item_idx=0, uint32_t item_count=1)lldb::SBValue
GetPreferDynamicValue()lldb::SBValue
GetPreferSyntheticValue()lldb::SBValue
GetProcess()lldb::SBValue
GetSP() constlldb::SBValueprotected
GetSP(ValueLocker &value_locker) constlldb::SBValueprotected
GetStaticValue()lldb::SBValue
GetSummary()lldb::SBValue
GetSummary(lldb::SBStream &stream, lldb::SBTypeSummaryOptions &options)lldb::SBValue
GetTarget()lldb::SBValue
GetThread()lldb::SBValue
GetType()lldb::SBValue
GetTypeFilter()lldb::SBValue
GetTypeFormat()lldb::SBValue
GetTypeName()lldb::SBValue
GetTypeSummary()lldb::SBValue
GetTypeSynthetic()lldb::SBValue
GetValue()lldb::SBValue
GetValueAsSigned(lldb::SBError &error, int64_t fail_value=0)lldb::SBValue
GetValueAsSigned(int64_t fail_value=0)lldb::SBValue
GetValueAsUnsigned(lldb::SBError &error, uint64_t fail_value=0)lldb::SBValue
GetValueAsUnsigned(uint64_t fail_value=0)lldb::SBValue
GetValueDidChange()lldb::SBValue
GetValueForExpressionPath(const char *expr_path)lldb::SBValue
GetValueType()lldb::SBValue
GetVTable()lldb::SBValue
IsDynamic()lldb::SBValue
IsInScope()lldb::SBValue
IsRuntimeSupportValue()lldb::SBValue
IsSynthetic()lldb::SBValue
IsSyntheticChildrenGenerated()lldb::SBValue
IsValid()lldb::SBValue
LLDB_DEPRECATED("Use GetType().IsPointerType() instead") bool TypeIsPointerType()lldb::SBValue
LLDB_DEPRECATED_FIXME("Use the variant that takes an SBError &", "SetValueFromCString(const char *, SBError &)") bool SetValueFromCString(const char *value_str)lldb::SBValue
lldb_private::python::SWIGBridgelldb::SBValuefriend
m_opaque_splldb::SBValueprivate
MightHaveChildren()lldb::SBValue
operator bool() constlldb::SBValueexplicit
operator=(const lldb::SBValue &rhs)lldb::SBValue
Persist()lldb::SBValue
SBBlocklldb::SBValuefriend
SBFramelldb::SBValuefriend
SBModulelldb::SBValuefriend
SBTargetlldb::SBValuefriend
SBThreadlldb::SBValuefriend
SBTypeSummarylldb::SBValuefriend
SBValue()lldb::SBValue
SBValue(const lldb::SBValue &rhs)lldb::SBValue
SBValue(const lldb::ValueObjectSP &value_sp)lldb::SBValueprotected
SBValueListlldb::SBValuefriend
SetData(lldb::SBData &data, lldb::SBError &error)lldb::SBValue
SetFormat(lldb::Format format)lldb::SBValue
SetPreferDynamicValue(lldb::DynamicValueType use_dynamic)lldb::SBValue
SetPreferSyntheticValue(bool use_synthetic)lldb::SBValue
SetSP(const lldb::ValueObjectSP &sp)lldb::SBValueprotected
SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic)lldb::SBValueprotected
SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic)lldb::SBValueprotected
SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic)lldb::SBValueprotected
SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name)lldb::SBValueprotected
SetSP(ValueImplSP impl_sp)lldb::SBValueprivate
SetSyntheticChildrenGenerated(bool)lldb::SBValue
SetValueFromCString(const char *value_str, lldb::SBError &error)lldb::SBValue
ValueImplSP typedeflldb::SBValueprivate
Watch(bool resolve_location, bool read, bool write, SBError &error)lldb::SBValue
Watch(bool resolve_location, bool read, bool write)lldb::SBValue
WatchPointee(bool resolve_location, bool read, bool write, SBError &error)lldb::SBValue
~SBValue()lldb::SBValue