From: Philippe Waroquiers Date: Fri, 1 May 2020 14:47:05 +0000 (+0200) Subject: Remove gdb-gdb.gdb breakpoint on disappeared function info_command. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=652fc23a30a;p=binutils-gdb.git 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. --- 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@