LLDB mainline
FormatterSection.cpp File Reference
#include "lldb/DataFormatters/FormatterSection.h"
#include "lldb/Core/Module.h"
#include "lldb/DataFormatters/DataVisualization.h"
#include "lldb/DataFormatters/FormatterBytecode.h"
#include "lldb/DataFormatters/TypeSynthetic.h"
#include "lldb/Utility/LLDBLog.h"
#include "llvm/Support/MemoryBuffer.h"
#include <memory>

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 bool lldb_private::skipPadding (llvm::DataExtractor &section, llvm::DataExtractor::Cursor &cursor)
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.
static BytecodeSyntheticChildren::SyntheticBytecodeImplementation lldb_private::CreateSyntheticImpl (llvm::MutableArrayRef< std::unique_ptr< llvm::MemoryBuffer > > methods)
void lldb_private::LoadFormattersForModule (lldb::ModuleSP module_sp)
 Load data formatters embedded in the binary.