GDB (xrefs)
|
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 |
Definition at line 103 of file linux-tdep.c.
ULONGEST smaps_data::end_address |
Definition at line 106 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::exec |
Definition at line 111 of file linux-tdep.c.
Referenced by parse_smaps_data().
std::string smaps_data::filename |
Definition at line 107 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::has_anonymous |
Definition at line 113 of file linux-tdep.c.
Referenced by parse_smaps_data().
ULONGEST smaps_data::inode |
Definition at line 117 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::mapping_anon_p |
Definition at line 114 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::mapping_file_p |
Definition at line 115 of file linux-tdep.c.
Referenced by parse_smaps_data().
ULONGEST smaps_data::offset |
Definition at line 118 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::priv |
Definition at line 112 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::read |
Definition at line 109 of file linux-tdep.c.
Referenced by parse_smaps_data().
ULONGEST smaps_data::start_address |
Definition at line 105 of file linux-tdep.c.
Referenced by parse_smaps_data().
struct smaps_vmflags smaps_data::vmflags |
Definition at line 108 of file linux-tdep.c.
Referenced by parse_smaps_data().
bool smaps_data::write |
Definition at line 110 of file linux-tdep.c.
Referenced by parse_smaps_data(), and gdb._GdbFile::writelines().