src/gdb ChangeLog breakpoint.c
jkratoch@sourceware.org
jkratoch@sourceware.org
Thu Apr 23 22:38:00 GMT 2009
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2009-04-23 22:38:25
Modified files:
gdb : ChangeLog breakpoint.c
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10411&r2=1.10412
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.390&r2=1.391
More information about the Gdb-cvs
mailing list