This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog breakpoint.c testsuite/Chang ...
- From: palves at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 24 May 2011 15:03:30 -0000
- Subject: src/gdb ChangeLog breakpoint.c testsuite/Chang ...
CVSROOT: /cvs/src
Module name: src
Changes by: palves@sourceware.org 2011-05-24 15:03:30
Modified files:
gdb : ChangeLog breakpoint.c
gdb/testsuite : ChangeLog
gdb/testsuite/gdb.base: commands.exp
Log message:
2011-05-24 Pedro Alves <pedro@codesourcery.com>
gdb/
* breakpoint.c (watchpoint_check): If the watchpoint went out of
scope, clear its command list.
(map_breakpoint_numbers): Don't walk the related breakpoints list
of each breakpoint.
gdb/testsuite/
* gdb.base/commands.exp (watchpoint_command_test): Check that the
watchpoint's command list didn't execute when the watchpoint went
out of scope.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13043&r2=1.13044
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.578&r2=1.579
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2722&r2=1.2723
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/commands.exp.diff?cvsroot=src&r1=1.43&r2=1.44