aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-04-04 14:50:35 +0100
committerPedro Alves <pedro@palves.net>2023-11-13 14:16:09 +0000
commit0ae5b8faded5f79d1fa5bfb257262278676d55f9 (patch)
tree90668c69e4d539188a94f303c4e8969f69aa71d5 /gdb/NEWS
parent6b682bbf86f37982ce1d270fb47f363413490bda (diff)
downloadgdb-0ae5b8faded5f79d1fa5bfb257262278676d55f9.zip
gdb-0ae5b8faded5f79d1fa5bfb257262278676d55f9.tar.gz
gdb-0ae5b8faded5f79d1fa5bfb257262278676d55f9.tar.bz2
Add "maint info linux-lwps" command
This adds a maintenance command that lets you list all the LWPs under control of the linux-nat target. For example: (gdb) maint info linux-lwps LWP Ptid Thread ID 560948.561047.0 None 560948.560948.0 1.1 This shows that "560948.561047.0" LWP doesn't map to any thread_info object, which is bogus. We'll be using this in a testcase in a following patch. Co-Authored-By: Pedro Alves <pedro@palves.net> Change-Id: Ic4e9e123385976e5cd054391990124b7a20fb3f5
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3851114..d85a13b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,11 @@ disassemble
** New read/write attribute gdb.Value.bytes that contains a bytes
object holding the contents of this value.
+* New commands
+
+maintenance info linux-lwps
+ List all LWPs under control of the linux-nat target.
+
*** Changes in GDB 14
* GDB now supports the AArch64 Scalable Matrix Extension 2 (SME2), which