|
LLDB mainline
|
#include "lldb/DataFormatters/TypeSummary.h"#include "lldb/Utility/Stream.h"#include "lldb/ValueObject/ValueObject.h"Go to the source code of this file.
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
| namespace | lldb_private::formatters |
Functions | |
| bool | lldb_private::formatters::GenericOptionalSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) |
| lldb::ValueObjectSP | lldb_private::formatters::GetDesugaredSmartPointerValue (ValueObject &ptr, ValueObject &container) |
| Return the ValueObjectSP of the underlying pointer member whose type is a desugared 'std::shared_ptr::element_type *'. | |