|
GDBserver
|
Public Attributes | |
| const char * | filename |
| int | initialized |
| int | supported |
| ino_t | id |
Definition at line 58 of file linux-namespaces.c.
| const char* linux_ns::filename |
Definition at line 61 of file linux-namespaces.c.
Referenced by linux_ns_filename(), and linux_ns_same().
| ino_t linux_ns::id |
Definition at line 73 of file linux-namespaces.c.
Referenced by linux_mntns_access_fs(), linux_mntns_get_helper(), linux_ns_get_namespace(), and linux_ns_same().
| int linux_ns::initialized |
Definition at line 64 of file linux-namespaces.c.
Referenced by linux_ns_get_namespace().
| int linux_ns::supported |
Definition at line 67 of file linux-namespaces.c.
Referenced by linux_ns_get_namespace().
1.8.10