mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 05:14:18 +08:00
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:
@ -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@
|
||||
|
Reference in New Issue
Block a user