diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-04-23 22:38:24 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-04-23 22:38:24 +0000 |
commit | 217dc9e25bce91c3e4da9ccfd7f8ccfaa360e2a7 (patch) | |
tree | 45cac08bb84f2e393e0d9f53b2bff9af1cdf300c /gdb/ChangeLog | |
parent | b14b1491f237a685a00ba669fb8410ae9ee7f648 (diff) | |
download | gdb-217dc9e25bce91c3e4da9ccfd7f8ccfaa360e2a7.zip gdb-217dc9e25bce91c3e4da9ccfd7f8ccfaa360e2a7.tar.gz gdb-217dc9e25bce91c3e4da9ccfd7f8ccfaa360e2a7.tar.bz2 |
gdb/
Fix double free on error inserting the breakpoint instruction.
* breakpoint.c (create_breakpoints): Move the
update_global_location_list call to ...
(break_command_really): ... here together with the second local call
both unified after all the cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0bfe563..156b2b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix double free on error inserting the breakpoint instruction. + * breakpoint.c (create_breakpoints): Move the + update_global_location_list call to ... + (break_command_really): ... here together with the second local call + both unified after all the cleanups. + 2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> Tom Tromey <tromey@redhat.com> |