diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2014-10-12 21:52:39 +0200 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2014-10-12 21:52:39 +0200 |
commit | 99894e1175c04ef470761406c0d20f61f5a7e9ba (patch) | |
tree | 34691cd93e5116fde6cff900c74cf25fa1fe377a /gdb/ChangeLog | |
parent | 6e1ac5a3735abf8284c09563fdcba18f88226abb (diff) | |
download | gdb-99894e1175c04ef470761406c0d20f61f5a7e9ba.zip gdb-99894e1175c04ef470761406c0d20f61f5a7e9ba.tar.gz gdb-99894e1175c04ef470761406c0d20f61f5a7e9ba.tar.bz2 |
Fix "save breakpoints" for "disable $bpnum" command.
gdb/ChangeLog
2014-10-12 Miroslav Franc <mfranc@redhat.com>
Fix "save breakpoints" for "disable $bpnum" command.
* breakpoint.c (save_breakpoints): Add $bpnum for disable.
gdb/testsuite/ChangeLog
2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix "save breakpoints" for "disable $bpnum" command.
* gdb.base/save-bp.c (main): Add label.
* gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e15e53..724a971 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-10-12 Miroslav Franc <mfranc@redhat.com> + + Fix "save breakpoints" for "disable $bpnum" command. + * breakpoint.c (save_breakpoints): Add $bpnum for disable. + 2014-10-10 Pedro Alves <palves@redhat.com> * Makefile.in (ALL_TARGET_OBS): Remove mips-irix-tdep.o and solib-irix.o. |