This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog annotate.c testsuite/ChangeL ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-01-22 20:22:39

Modified files:
	gdb            : ChangeLog annotate.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: annota1.exp 
	gdb/testsuite/gdb.cp: annota2.exp 

Log message:
	If a breakpoint is not user visible, then there's no point in
	bothering the frontend about it...  This is the exact same check MI
	does.
	
	I also smoke tested Emacs 23 in gud-gdb mode, both annotations=2
	and annotations=3.  I didn't notice anything break.
	
	gdb/
	2013-01-22  Pedro Alves  <palves@redhat.com>
	
	* annotate.c (breakpoint_changed): Skip if breakpoint is not
	user-visible.
	
	gdb/testsuite/
	2013-01-22  Pedro Alves  <palves@redhat.com>
	
	* gdb.base/annota1.exp (signal sent): No longer expect
	breakpoints-invalid.
	* gdb.cp/annota2.exp (continue until exit)
	(watch triggered on a.x): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15057&r2=1.15058
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/annotate.c.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3526&r2=1.3527
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/annota1.exp.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/annota2.exp.diff?cvsroot=src&r1=1.29&r2=1.30


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]