LLDB mainline
|
#include "lldb/DataFormatters/LanguageCategory.h"
#include "lldb/DataFormatters/FormatManager.h"
#include "lldb/DataFormatters/TypeCategory.h"
#include "lldb/DataFormatters/TypeFormat.h"
#include "lldb/DataFormatters/TypeSummary.h"
#include "lldb/DataFormatters/TypeSynthetic.h"
#include "lldb/Target/Language.h"
Go to the source code of this file.
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
template bool LanguageCategory::GetHardcoded< lldb::SyntheticChildrenSP > | ( | FormatManager & | , |
FormattersMatchData & | , | ||
lldb::SyntheticChildrenSP & | |||
) |
template bool LanguageCategory::GetHardcoded< lldb::TypeFormatImplSP > | ( | FormatManager & | , |
FormattersMatchData & | , | ||
lldb::TypeFormatImplSP & | |||
) |
Explicit instantiations for the three types.
template bool LanguageCategory::GetHardcoded< lldb::TypeSummaryImplSP > | ( | FormatManager & | , |
FormattersMatchData & | , | ||
lldb::TypeSummaryImplSP & | |||
) |