binutils-gdb/gdb/testsuite
Tom Tromey 4694da0147 gdb
PR mi/8618:
	* thread.c (free_thread): Free 'name'.
	(print_thread_info): Emit thread name.  Change CLI output.
	(thread_name_command): New function.
	(do_captured_thread_select): Emit newline.
	(_initialize_thread): Register 'thread name' command.
	* target.h (struct target_ops) <to_thread_name>: New field.
	(target_thread_name): New macro.
	* target.c (update_current_target): Handle to_thread_name.
	* python/py-infthread.c (thpy_get_name): New function.
	(thpy_set_name): Likewise.
	(thread_object_getset): Add "name".
	* linux-nat.c (linux_nat_thread_name): New function.
	(linux_nat_add_target): Set to_thread_name.
	* gdbthread.h (struct thread_info) <name>: New field.
gdb/doc
	* gdb.texinfo (Threads): Document thread name output and `thread
	name' command.
	(Threads In Python): Document Thread.name attribute.
	(GDB/MI Thread Commands): Document thread attributes.
gdb/testsuite
	* gdb.python/py-infthread.exp: Add thread tests.
2011-01-19 17:21:39 +00:00
..
config run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.ada new testcase for Ada Wide Wide Characters and Strings 2011-01-14 19:33:19 +00:00
gdb.arch Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
gdb.asm run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.base new testcase printing wchar_t characters and strings 2011-01-14 19:33:37 +00:00
gdb.cell run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.cp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.disasm run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.dwarf2 run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.fortran gdb/ 2011-01-12 16:16:24 +00:00
gdb.gdb run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.hp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.java run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.mi gdb 2011-01-12 21:09:39 +00:00
gdb.modula2 run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.multi run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.objc run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.opencl run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.opt run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.pascal run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.python gdb 2011-01-19 17:21:39 +00:00
gdb.reverse run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.server run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.stabs run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.threads gdb 2011-01-19 17:21:39 +00:00
gdb.trace run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb.xml run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lib run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
.gdbinit
aclocal.m4 gdb 2009-06-29 16:41:45 +00:00
ChangeLog gdb 2011-01-19 17:21:39 +00:00
configure gdb/testsuite/ 2011-01-07 02:51:09 +00:00
configure.ac Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
dg-extract-results.sh gdb/testsuite/ 2010-03-22 20:38:58 +00:00
Makefile.in run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
TODO