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

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

Detailed Description

Definition at line 713 of file Process.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 721 of file Process.h.

◆ operator<()

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

Definition at line 725 of file Process.h.

References lldb_permissions, and range.

◆ operator==()

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

A bit set of lldb::Permissions bits.

Definition at line 717 of file Process.h.

References lldb_permissions, and range.

Member Data Documentation

◆ lldb_permissions

uint32_t lldb_private::Process::CoreFileMemoryRange::lldb_permissions

The address range to save into the core file.

Definition at line 715 of file Process.h.

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

◆ range

llvm::AddressRange lldb_private::Process::CoreFileMemoryRange::range

Definition at line 714 of file Process.h.

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


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