58 ValueObjectSP member__a_ = non_sythetic->GetChildMemberWithName(
"__a_",
true);
62 ValueObjectSP member__a_value =
63 member__a_->GetChildMemberWithName(
"__a_value",
true);
67 return member__a_value;
75 if (atomic_value->GetSummaryAsCString(summary, options) &&
77 stream.
Printf(
"%s", summary.c_str());
128 return m_real_child ? 1 : 0;
135 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.