diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-05-12 09:10:55 +0200 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-05-12 09:11:19 +0200 |
commit | 0ea1e5df96b15f3652ca6a9182c428101271caa5 (patch) | |
tree | 861d52b1b6b572356247f88086c114a34734a6a6 /gdb/python/py-utils.c | |
parent | 32c39bab07b6cfcf42c899e65c39b7a9a9d2d9fe (diff) | |
download | binutils-0ea1e5df96b15f3652ca6a9182c428101271caa5.zip binutils-0ea1e5df96b15f3652ca6a9182c428101271caa5.tar.gz binutils-0ea1e5df96b15f3652ca6a9182c428101271caa5.tar.bz2 |
gdb: update "info threads" output when no threads match the arguments
If "info threads" is provided with the thread ID argument but no such
threads matching the thread ID(s) are found, GDB prints
No threads match '<ID...>'.
Update this output to the more generalized
No threads matched.
The intention is that the next patch, and potentially future ones,
will extend the command with more filter/match arguments. We cannot
customize the output to each such argument. Hence, be more generic.
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-by: Pedro Alves <pedro@palves.net
Diffstat (limited to 'gdb/python/py-utils.c')
0 files changed, 0 insertions, 0 deletions