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

Public Attributes

compiled_regex dev_zero
 
compiled_regex shmem_file
 
compiled_regex file_deleted
 

Detailed Description

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

Member Data Documentation

◆ dev_zero

compiled_regex mapping_regexes::dev_zero
Initial value:
{"^/dev/zero\\( (deleted)\\)\\?$", REG_NOSUB,
_("Could not compile regex to match /dev/zero filename")}

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

◆ file_deleted

compiled_regex mapping_regexes::file_deleted
Initial value:
{" (deleted)$", REG_NOSUB,
_("Could not compile regex to match '<file> (deleted)'")}

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

◆ shmem_file

compiled_regex mapping_regexes::shmem_file
Initial value:
{"^/\\?SYSV[0-9a-fA-F]\\{8\\}\\( (deleted)\\)\\?$", REG_NOSUB,
_("Could not compile regex to match shmem filenames")}

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


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