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.
This commit is contained in:
parent
8dbb13755b
commit
652fc23a30
2 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue