* defs.h: Adjust comment.
[deliverable/binutils-gdb.git] / gdb / gdbarch.h
index ec5f9d8d282980b325975f102962b50d49084bd7..6ccabfc1807745761ce8060e1c15b789607d59dc 100644 (file)
@@ -950,6 +950,13 @@ extern void set_gdbarch_auto_wide_charset (struct gdbarch *gdbarch, gdbarch_auto
 extern const char * gdbarch_solib_symbols_extension (struct gdbarch *gdbarch);
 extern void set_gdbarch_solib_symbols_extension (struct gdbarch *gdbarch, const char * solib_symbols_extension);
 
+/* If true the target OS has DOS-based file system semantics.  That is,
+   absolute paths include a drive name, and the backslash is considered
+   a path separator. */
+
+extern int gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch);
+extern void set_gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch, int has_dos_based_file_system);
+
 /* Definition for an unknown syscall, used basically in error-cases.  */
 #define UNKNOWN_SYSCALL (-1)
 
This page took 0.023158 seconds and 4 git commands to generate.