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/doc ChangeLog gdb.texinfo


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

Modified files:
	gdb/doc        : ChangeLog gdb.texinfo 

Log message:
	[DOC] Mention what happens when the thread of a thread-specific breakpoint disappears.
	
	We recently made GDB auto-delete thread-specific breakpoints when the
	corresponding thread is removed from the thread list, but we hadn't
	mentioned it in the manual.
	
	gdb/
	2013-10-07  Pedro Alves  <palves@redhat.com>
	
	PR breakpoints/11568
	* gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
	when the thread is removed from the thread list.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1494&r2=1.1495
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.1116&r2=1.1117


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