|
LLDB mainline
|
#include "lldb/DataFormatters/TypeSummary.h"#include "lldb/DataFormatters/TypeSynthetic.h"#include "lldb/Utility/Stream.h"#include "lldb/ValueObject/ValueObject.h"Go to the source code of this file.
Classes | |
| class | lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd |
| Synthetic children frontend for std::coroutine_handle<promise_type> from libc++, libstdc++ and MSVC STL. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
| namespace | lldb_private::formatters |
Functions | |
| bool | lldb_private::formatters::StdlibCoroutineHandleSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) |
| Summary provider for std::coroutine_handle<T> from libc++, libstdc++ and MSVC STL. | |
| SyntheticChildrenFrontEnd * | lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP) |