OSDN Git Service

2011-02-21 Michael Snyder <msnyder@vmware.com>
authormsnyder <msnyder>
Tue, 22 Feb 2011 08:40:45 +0000 (08:40 +0000)
committermsnyder <msnyder>
Tue, 22 Feb 2011 08:40:45 +0000 (08:40 +0000)
commit24bf3b83d4072a14c37b6c4550a89e1540a012ba
tree8490388e83e2bbd4678b65f0a4a8d19c6c82659f
parente1e45018677515a04d01de9fa68f2a48d858c180
2011-02-21  Michael Snyder  <msnyder@vmware.com>

* gdbthread.h (print_thread_info): Change prototype.
* thread.c (print_thread_info): Accept char* instead of int for
requested_threads argument.  Use new function number_is_in_list
to determine which threads to list.
(info_threads_command): Pass char* to print_thread_info.
* cli/cli-utils.c (number_is_in_list): New function.
* cli/cli-utils.h (number_is_in_list): Export.
* mi/mi-main.c (mi_cmd_thread_info): Pass char* to
print_thread_info.
(print_one_inferior): Ditto.
(mi_cmd_list_thread_groups): Ditto.

2011-02-21  Michael Snyder  <msnyder@vmware.com>

* gdb.threads/thread-find.exp: Update patterns for changes in
output of "info threads" command.
gdb/ChangeLog
gdb/cli/cli-utils.c
gdb/cli/cli-utils.h
gdb/gdbthread.h
gdb/mi/mi-main.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/thread-find.exp
gdb/thread.c