Remove gdb-gdb.gdb breakpoint on disappeared function info_command.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 1 May 2020 14:47:05 +0000 (16:47 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 1 May 2020 14:47:05 +0000 (16:47 +0200)
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
gdb/gdb-gdb.gdb.in

index 4f3b2680bb78bc3ebf75cd991e265f2254334daf..ee4f3a74c0c0b5e13af1a68767d75acdc5419593 100644 (file)
@@ -1,3 +1,7 @@
+2020-05-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+       * gdb-gdb.gdb-in: Remove breakpoint on disappeared function
+       info_command.
+
 2020-04-30  Kamil Rytarowski  <n54@gmx.com>
 
        * nbsd-nat.c (nbsd_enable_proc_events)
index 05a38b2670b0547192844538386e96b0108dcc7a..b647445e8c9e62124875a3915f4e00184a2b20b2 100644 (file)
@@ -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@