Lines Matching full:minidump
10 /// Structure holding data neccessary for minidump file creation.
35 #include "llvm/BinaryFormat/Minidump.h"
36 #include "llvm/Object/Minidump.h"
38 // Write std::string to minidump in the UTF16 format(with null termination char)
46 /// Minidump writer for Linux
48 /// This class provides a Minidump writer that is able to
52 /// This class constructs the minidump on disk starting with
101 // at the time of saving minidump.
142 lldb_private::Status AddDirectory(llvm::minidump::StreamType type,
146 std::vector<llvm::minidump::Directory> m_directories;
152 std::unordered_map<lldb::addr_t, llvm::minidump::Thread>
154 // Main data buffer consisting of data without the minidump header and
168 static constexpr size_t HEADER_SIZE = sizeof(llvm::minidump::Header);
169 static constexpr size_t DIRECTORY_SIZE = sizeof(llvm::minidump::Directory);
174 std::unordered_map<lldb::tid_t, llvm::minidump::LocationDescriptor>