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());
133llvm::Expected<size_t>
138 return llvm::createStringError(
"Type has no child named '%s'",
A uniqued constant string class.
const char * AsCString(const char *value_if_empty=nullptr) const
Get the string value as a C string.
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.
SyntheticChildrenFrontEnd(ValueObject &backend)
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