LLDB mainline
|
#include <Process.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 |
Public Attributes | |
llvm::AddressRange | range |
uint32_t | lldb_permissions |
The address range to save into the core file. | |
|
inline |
|
inline |
Definition at line 727 of file Process.h.
References lldb_permissions, and range.
|
inline |
A bit set of lldb::Permissions bits.
Definition at line 719 of file Process.h.
References lldb_permissions, and range.
uint32_t lldb_private::Process::CoreFileMemoryRange::lldb_permissions |
The address range to save into the core file.
Definition at line 717 of file Process.h.
Referenced by operator<(), and operator==().
llvm::AddressRange lldb_private::Process::CoreFileMemoryRange::range |
Definition at line 716 of file Process.h.
Referenced by operator<(), and operator==().