This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8dc4e62fc94 Automatic date update in version.in new 32c39bab07b gdb: pass info_threads_opts to print_thread_info_1 new 0ea1e5df96b gdb: update "info threads" output when no threads match the [...] new be437614a1e gdb: add '-stopped' and '-running' options to "info threads"
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 12 ++ gdb/doc/gdb.texinfo | 10 +- gdb/testsuite/gdb.base/options.exp | 16 ++- gdb/testsuite/gdb.multi/tids.exp | 4 +- gdb/testsuite/gdb.threads/current-lwp-dead.exp | 2 +- .../{async.c => info-threads-options.c} | 55 +++++---- gdb/testsuite/gdb.threads/info-threads-options.exp | 131 +++++++++++++++++++++ gdb/testsuite/gdb.threads/thread-bp-deleted.exp | 2 +- gdb/thread.c | 122 +++++++++++-------- 9 files changed, 275 insertions(+), 79 deletions(-) copy gdb/testsuite/gdb.threads/{async.c => info-threads-options.c} (69%) create mode 100644 gdb/testsuite/gdb.threads/info-threads-options.exp