This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Star wildcard ranges (e.g., "info thread 2.*")
- From: Pedro Alves <palves at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 13 Jan 2016 16:34:43 +0000
- Subject: [PATCH 0/2] Star wildcard ranges (e.g., "info thread 2.*")
- Authentication-results: sourceware.org; auth=none
This series adds support for specifying "all threads of inferior N",
by writing "*" as thread number/range in thread ID lists.
E.g., "info threads 2.*" or "thread apply 2.* bt".
While doing this, I noticed a few bugs in "thread apply" (that even
predate the per-inferior thread IDs series). Patch 1 fixes them. I'm
only keeping both patches together to make it clear that patch 2
applies on top of patch 1.
Pedro Alves (2):
Fix "thread apply $conv_var" and misc other related problems
Star wildcard ranges (e.g., "info thread 2.*")
gdb/NEWS | 6 ++
gdb/cli/cli-utils.c | 15 ++++
gdb/cli/cli-utils.h | 8 +++
gdb/doc/gdb.texinfo | 39 ++++++++---
gdb/testsuite/gdb.multi/tids.exp | 143 +++++++++++++++++++++++++++++++++++----
gdb/thread.c | 40 +++++++++--
gdb/tid-parse.c | 63 ++++++++++++++---
gdb/tid-parse.h | 7 ++
8 files changed, 285 insertions(+), 36 deletions(-)
--
1.9.3