|
LLDB mainline
|
#include <CoreFileMemoryRanges.h>
Public Member Functions | |
| bool | operator== (const CoreFileMemoryRange &rhs) const |
| A bit set of lldb::Permissions bits. | |
| bool | operator!= (const CoreFileMemoryRange &rhs) const |
| bool | operator< (const CoreFileMemoryRange &rhs) const |
| std::string | Dump () const |
Public Attributes | |
| llvm::AddressRange | range |
| uint32_t | lldb_permissions |
| The address range to save into the core file. | |
Definition at line 20 of file CoreFileMemoryRanges.h.
|
inline |
Definition at line 37 of file CoreFileMemoryRanges.h.
References lldb_private::StreamString::GetString(), lldb_private::Stream::PutHex64(), and range.
|
inline |
Definition at line 28 of file CoreFileMemoryRanges.h.
|
inline |
Definition at line 32 of file CoreFileMemoryRanges.h.
References lldb_permissions, and range.
|
inline |
A bit set of lldb::Permissions bits.
Definition at line 24 of file CoreFileMemoryRanges.h.
References lldb_permissions, and range.
| uint32_t lldb_private::CoreFileMemoryRange::lldb_permissions |
The address range to save into the core file.
Definition at line 22 of file CoreFileMemoryRanges.h.
Referenced by operator<(), and operator==().
| llvm::AddressRange lldb_private::CoreFileMemoryRange::range |
Definition at line 21 of file CoreFileMemoryRanges.h.
Referenced by Dump(), operator<(), operator==(), and MinidumpFileBuilder::ReadWriteMemoryInChunks().