|
LLDB mainline
|
#include "FormatterBytecode.h"#include "lldb/Core/Module.h"#include "lldb/DataFormatters/DataVisualization.h"#include "lldb/Utility/LLDBLog.h"Go to the source code of this file.
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Functions | |
| static void | lldb_private::ForEachFormatterInModule (Module &module, SectionType section_type, std::function< void(llvm::DataExtractor, llvm::StringRef)> fn) |
| void | lldb_private::LoadTypeSummariesForModule (lldb::ModuleSP module_sp) |
| Load type summaries embedded in the binary. | |
| void | lldb_private::LoadFormattersForModule (lldb::ModuleSP module_sp) |
| Load data formatters embedded in the binary. | |