aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-gdb.gdb.in
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2020-05-01 16:47:05 +0200
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2020-05-01 16:47:05 +0200
commit652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2 (patch)
tree5b3807af3ae6f29a0c064234fb7cd770caaf9b4c /gdb/gdb-gdb.gdb.in
parent8dbb13755bd15eea33df1dec1c6171f745d9f501 (diff)
downloadgdb-652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2.zip
gdb-652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2.tar.gz
gdb-652fc23a30a1c04ff2ec67fa3c08f39bd28ad0d2.tar.bz2
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.
Diffstat (limited to 'gdb/gdb-gdb.gdb.in')
-rw-r--r--gdb/gdb-gdb.gdb.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdb-gdb.gdb.in b/gdb/gdb-gdb.gdb.in
index 05a38b2..b647445 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@