This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[python] [commit] Remove maintenance set gdb_datadir


Hi,

checked in.


Thanks,
Jan
38c1c7fcce37de48a7f2370812ec9057c68f03f6 Mon Sep 17 00:00:00 2001
From: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Fri, 7 Jan 2011 08:10:26 +0100

Drop `maintenance set gdb_datadir' as replaced
by upstream `set data-directory'.

---
 gdb/maint.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/gdb/maint.c b/gdb/maint.c
index 0327e64..52652c5 100644
--- a/gdb/maint.c
+++ b/gdb/maint.c
@@ -919,12 +919,4 @@ When enabled GDB is profiled."),
 			   show_maintenance_profile_p,
 			   &maintenance_set_cmdlist,
 			   &maintenance_show_cmdlist);
-  add_setshow_filename_cmd ("gdb_datadir", class_maintenance,
-                           &gdb_datadir, _("Set GDB's datadir path."),
-                           _("Show GDB's datadir path."),
-                           _("\
-When set, GDB uses the specified path to search for data files."),
-                           NULL, NULL,
-                           &maintenance_set_cmdlist,
-                           &maintenance_show_cmdlist);
 }
-- 
1.7.3.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]