From 652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Fri, 1 May 2020 16:47:05 +0200 Subject: [PATCH] Remove gdb-gdb.gdb breakpoint on disappeared function info_command. The function info_command has disappeared, so this breakpoint does not work anymore. "info_command" was a function for the prefix command "info", giving the list of "info" subcommands. It is not very clear what the removed breakpoint and its associated command list was supposed to do. Removed and pushed as obvious, after discussion with Tom. --- gdb/ChangeLog | 4 ++++ gdb/gdb-gdb.gdb.in | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f3b2680bb7..ee4f3a74c0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-05-01 Philippe Waroquiers + * gdb-gdb.gdb-in: Remove breakpoint on disappeared function + info_command. + 2020-04-30 Kamil Rytarowski * nbsd-nat.c (nbsd_enable_proc_events) diff --git a/gdb/gdb-gdb.gdb.in b/gdb/gdb-gdb.gdb.in index 05a38b2670b..b647445e8c9 100644 --- a/gdb/gdb-gdb.gdb.in +++ b/gdb/gdb-gdb.gdb.in @@ -7,12 +7,6 @@ if !$gdb_init_done b internal_error - b info_command - commands - silent - return - end - dir @srcdir@/../libiberty dir @srcdir@/../bfd dir @srcdir@ -- 2.30.2