|
GDB (API)
|
Go to the source code of this file.
Functions | |
| const char * | effective_target_file_system_kind (void) |
| const char * | target_lbasename (const char *kind, const char *name) |
| void | _initialize_filesystem (void) |
Variables | |
| const char | file_system_kind_auto [] = "auto" |
| const char | file_system_kind_unix [] = "unix" |
| const char | file_system_kind_dos_based [] = "dos-based" |
| const char *const | target_file_system_kinds [] |
| const char * | target_file_system_kind = file_system_kind_auto |
| initialize_file_ftype | _initialize_filesystem |
| void _initialize_filesystem | ( | void | ) |
Definition at line 83 of file filesystem.c.
| const char* effective_target_file_system_kind | ( | void | ) |
Definition at line 38 of file filesystem.c.
| const char* target_lbasename | ( | const char * | kind, |
| const char * | name | ||
| ) |
Definition at line 52 of file filesystem.c.
| const char file_system_kind_auto[] = "auto" |
Definition at line 25 of file filesystem.c.
| const char file_system_kind_dos_based[] = "dos-based" |
Definition at line 27 of file filesystem.c.
| const char file_system_kind_unix[] = "unix" |
Definition at line 26 of file filesystem.c.
Definition at line 35 of file filesystem.c.
| const char* const target_file_system_kinds[] |
Definition at line 28 of file filesystem.c.
1.7.6.1