Move moxie stack out in memory.
[deliverable/binutils-gdb.git] / gdb / top.c
index 3aff25f98b9d653f2bf3f3bc60ac7408314bfb18..5654535453a20575764ccb9a0cc3d308db6df90d 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1619,6 +1619,15 @@ Use \"on\" to enable the notification, and \"off\" to disable it."),
                           NULL,
                           show_exec_done_display_p,
                           &setlist, &showlist);
+
+  add_setshow_filename_cmd ("data-directory", class_maintenance,
+                           &gdb_datadir, _("Set GDB's data directory."),
+                           _("Show GDB's data directory."),
+                           _("\
+When set, GDB uses the specified path to search for data files."),
+                           NULL, NULL,
+                           &setlist,
+                           &showlist);
 }
 
 void
This page took 0.02495 seconds and 4 git commands to generate.