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)
commit652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2
tree5b3807af3ae6f29a0c064234fb7cd770caaf9b4c
parent8dbb13755bd15eea33df1dec1c6171f745d9f501
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
gdb/gdb-gdb.gdb.in