|
LLDB mainline
|
#include "lldb/Core/Address.h"#include "lldb/Host/SafeMachO.h"#include "lldb/Symbol/ObjectFile.h"#include "lldb/Symbol/SaveCoreOptions.h"#include "lldb/Utility/FileSpec.h"#include "lldb/Utility/FileSpecList.h"#include "lldb/Utility/RangeMap.h"#include "lldb/Utility/StreamString.h"#include "lldb/Utility/UUID.h"#include <optional>Go to the source code of this file.
Classes | |
| class | ObjectFileMachO |
| struct | ObjectFileMachO::MachOCorefileImageEntry |
| A corefile may include metadata about all of the binaries that were present in the process when the corefile was taken. More... | |
| struct | ObjectFileMachO::LCNoteEntry |
| struct | ObjectFileMachO::MachOCorefileAllImageInfos |
| struct | ObjectFileMachO::SymtabCommandLargeOffsets |
| struct | ObjectFileMachO::DyldInfoCommandLargeOffsets |
| struct | ObjectFileMachO::DysymtabCommandLargeOffsets |
| The LC_DYSYMTAB's dysymtab_command has 32-bit file offsets that we will use as virtual address offsets, and may need to span more than 4GB in virtual memory. More... | |
| struct | ObjectFileMachO::LinkeditDataCommandLargeOffsets |