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 breakpoint.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-10-07 11:00:23

Modified files:
	gdb            : ChangeLog breakpoint.c 

Log message:
	Thread-specific breakpoints: say "no longer in the thread list" instead of "gone".
	
	It seems "gone" may confuse people, while that was exactly what it was
	trying to avoid.  Switch to saying "no longer in the thread list",
	which is really the predicate GDB uses.
	
	gdb/
	2013-10-07  Pedro Alves  <palves@redhat.com>
	
	PR breakpoints/11568
	* breakpoint.c (remove_threaded_breakpoints): Say "no longer in
	the thread list" instead of "gone".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16078&r2=1.16079
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.779&r2=1.780


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