OSDN Git Service

2009-08-14 Pedro Alves <pedro@codesourcery.com>
authorpalves <palves>
Fri, 14 Aug 2009 14:28:12 +0000 (14:28 +0000)
committerpalves <palves>
Fri, 14 Aug 2009 14:28:12 +0000 (14:28 +0000)
commit70cbb8d48093910db0daaf7fc8100562f0ad06fb
tree79fee871f8d7bc0f06f15cec1757ccb9f2b44cbf
parentf794bf13432495c1dafaf1f675a076b653395814
2009-08-14  Pedro Alves  <pedro@codesourcery.com>

gdb/
* top.c (any_thread_of): Delete.
(kill_or_detach): Use any_thread_of_process.
* top.c (print_inferior_quit_action): New.
(quit_confirm): Rewrite to print info about all inferiors.
* target.c (dispose_inferior): New.
(target_preopen): Use it.

2009-08-14  Pedro Alves  <pedro@codesourcery.com>

gdb/testsuite/
* gdb.threads/killed.exp, gdb.threads/manythreads.exp,
gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
gdb/ChangeLog
gdb/target.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/killed.exp
gdb/testsuite/gdb.threads/manythreads.exp
gdb/testsuite/gdb.threads/staticthreads.exp
gdb/top.c