gdb
[deliverable/binutils-gdb.git] / gdb / defs.h
index e140474bb490841a5a51393028d43ceaffca137d..ee80659d591504b85718b1b958551969c62dc598 100644 (file)
@@ -61,6 +61,8 @@
 
 #include "gdb_locale.h"
 
+#include "gdb_wchar.h"
+
 /* For ``enum target_signal''.  */
 #include "gdb/signals.h"
 
@@ -151,6 +153,9 @@ extern int dbx_commands;
 /* System root path, used to find libraries etc.  */
 extern char *gdb_sysroot;
 
+/* GDB datadir, used to store data files.  */
+extern char *gdb_datadir;
+
 /* Search path for separate debug files.  */
 extern char *debug_file_directory;
 
This page took 0.023117 seconds and 4 git commands to generate.