This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog breakpoint.c
- From: palves at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 24 Jan 2012 19:12:33 -0000
- Subject: src/gdb ChangeLog breakpoint.c
CVSROOT: /cvs/src
Module name: src
Changes by: palves@sourceware.org 2012-01-24 19:12:33
Modified files:
gdb : ChangeLog breakpoint.c
Log message:
2012-01-24 Pedro Alves <palves@redhat.com>
* breakpoint.c (bpstat_stop_status): Moving clearing print_it
outside `bs->stop' block.
(bpstat_what): Rework bp_shlib_event handling.
(internal_bkpt_check_status): If the breakpoint is a
bp_shlib_event, then set bs->stop and bs->print if
stop_on_solib_events is set.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13770&r2=1.13771
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.643&r2=1.644