GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
smaps_data Struct Reference

Public Attributes

ULONGEST start_address
 
ULONGEST end_address
 
std::string filename
 
struct smaps_vmflags vmflags
 
bool read
 
bool write
 
bool exec
 
bool priv
 
bool has_anonymous
 
bool mapping_anon_p
 
bool mapping_file_p
 
ULONGEST inode
 
ULONGEST offset
 

Detailed Description

Definition at line 103 of file linux-tdep.c.

Member Data Documentation

◆ end_address

ULONGEST smaps_data::end_address

Definition at line 106 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ exec

bool smaps_data::exec

Definition at line 111 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ filename

std::string smaps_data::filename

Definition at line 107 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ has_anonymous

bool smaps_data::has_anonymous

Definition at line 113 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ inode

ULONGEST smaps_data::inode

Definition at line 117 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ mapping_anon_p

bool smaps_data::mapping_anon_p

Definition at line 114 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ mapping_file_p

bool smaps_data::mapping_file_p

Definition at line 115 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ offset

ULONGEST smaps_data::offset

Definition at line 118 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ priv

bool smaps_data::priv

Definition at line 112 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ read

bool smaps_data::read

Definition at line 109 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ start_address

ULONGEST smaps_data::start_address

Definition at line 105 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ vmflags

struct smaps_vmflags smaps_data::vmflags

Definition at line 108 of file linux-tdep.c.

Referenced by parse_smaps_data().

◆ write

bool smaps_data::write

Definition at line 110 of file linux-tdep.c.

Referenced by parse_smaps_data(), and gdb._GdbFile::writelines().


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