58 ValueObjectSP member__a_ = non_sythetic->GetChildMemberWithName(
"__a_");
63 member__a_->GetChildMemberWithName(
"__a_value");
67 return member__a_value;
75 if (atomic_value->GetSummaryAsCString(summary, options) &&
77 stream.
Printf(
"%s", summary.c_str());
129 return m_real_child ? 1 : 0;
136 return m_real_child->GetSP()->Clone(
ConstString(
"Value"));
A uniqued constant string class.
A stream class that can stream formatted output to a file.
size_t Printf(const char *format,...) __attribute__((format(printf
Output printf formatted output to the stream.
virtual lldb::ValueObjectSP GetNonSyntheticValue()
A class that represents a running process on the host machine.
ChildCacheState
Specifies if children need to be re-computed after a call to SyntheticChildrenFrontEnd::Update.
@ eRefetch
Children need to be recomputed dynamically.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP