LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::CoreFileMemoryRange Struct Reference

#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.
 

Detailed Description

Definition at line 20 of file CoreFileMemoryRanges.h.

Member Function Documentation

◆ Dump()

std::string lldb_private::CoreFileMemoryRange::Dump ( ) const
inline

◆ operator!=()

bool lldb_private::CoreFileMemoryRange::operator!= ( const CoreFileMemoryRange rhs) const
inline

Definition at line 28 of file CoreFileMemoryRanges.h.

◆ operator<()

bool lldb_private::CoreFileMemoryRange::operator< ( const CoreFileMemoryRange rhs) const
inline

Definition at line 32 of file CoreFileMemoryRanges.h.

References lldb_permissions, and range.

◆ operator==()

bool lldb_private::CoreFileMemoryRange::operator== ( const CoreFileMemoryRange rhs) const
inline

A bit set of lldb::Permissions bits.

Definition at line 24 of file CoreFileMemoryRanges.h.

References lldb_permissions, and range.

Member Data Documentation

◆ lldb_permissions

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 lldb_private::CoreFileMemoryRanges::FinalizeCoreFileSaveRanges(), operator<(), and operator==().

◆ range

llvm::AddressRange lldb_private::CoreFileMemoryRange::range

Definition at line 21 of file CoreFileMemoryRanges.h.

Referenced by Dump(), operator<(), and operator==().


The documentation for this struct was generated from the following file: