GDB (xrefs)
|
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) |
static void | show_target_file_system_kind_command (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
void | _initialize_filesystem () |
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 |
void _initialize_filesystem | ( | ) |
Definition at line 81 of file filesystem.c.
Referenced by initialize_all_files().
const char * effective_target_file_system_kind | ( | void | ) |
Definition at line 38 of file filesystem.c.
References file_system_kind_auto, file_system_kind_dos_based, file_system_kind_unix, gdbarch_has_dos_based_file_system(), target_file_system_kind, and target_gdbarch().
Referenced by exec_file_find(), show_target_file_system_kind_command(), and solib_find_1().
|
static |
Definition at line 61 of file filesystem.c.
References effective_target_file_system_kind(), file_system_kind_auto, gdb_printf(), and target_file_system_kind.
const char * target_lbasename | ( | const char * | kind, |
const char * | name ) |
Definition at line 52 of file filesystem.c.
References file_system_kind_dos_based, and name.
Referenced by solib_find_1().
const char file_system_kind_auto[] = "auto" |
Definition at line 25 of file filesystem.c.
Referenced by effective_target_file_system_kind(), and show_target_file_system_kind_command().
const char file_system_kind_dos_based[] = "dos-based" |
Definition at line 27 of file filesystem.c.
Referenced by effective_target_file_system_kind(), exec_file_find(), solib_find_1(), and target_lbasename().
const char file_system_kind_unix[] = "unix" |
Definition at line 26 of file filesystem.c.
Referenced by effective_target_file_system_kind().
const char* target_file_system_kind = file_system_kind_auto |
Definition at line 35 of file filesystem.c.
Referenced by effective_target_file_system_kind(), and show_target_file_system_kind_command().
const char* const target_file_system_kinds[] |
Definition at line 28 of file filesystem.c.