LLDB mainline
Classes
ObjectFileMinidump.h File Reference

Placeholder plugin for the save core functionality. More...

#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Utility/ArchSpec.h"

Go to the source code of this file.

Classes

class  ObjectFileMinidump
 

Detailed Description

Placeholder plugin for the save core functionality.

ObjectFileMinidump is created only to be able to save minidump core files from existing processes with the ObjectFileMinidump::SaveCore function. Minidump files are not ObjectFile objects, but they are core files and currently LLDB's ObjectFile plug-ins handle emitting core files. If the core file saving ever moves into a new plug-in type within LLDB, this code should move as well, but for now this is the best place architecturally.

Definition in file ObjectFileMinidump.h.