OSDN Git Service

2009-08-14 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <pedro@codesourcery.com>
Fri, 14 Aug 2009 14:28:12 +0000 (14:28 +0000)
committerPedro Alves <pedro@codesourcery.com>
Fri, 14 Aug 2009 14:28:12 +0000 (14:28 +0000)
commite183d2cfa59f743c78af6709f65fd2c12b151ad6
tree13452abb82dc11a97e8e603f1a9a1a16e3038c5c
parentcaf5aafaa5dde02dedc24b18bf82be878fda61d6
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