58 ValueObjectSP member__a_ =
59 non_sythetic->GetChildMemberWithName(
ConstString(
"__a_"),
true);
63 ValueObjectSP member__a_value =
64 member__a_->GetChildMemberWithName(
ConstString(
"__a_value"),
true);
68 return member__a_value;
76 if (atomic_value->GetSummaryAsCString(summary, options) &&
78 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.