aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4e0ffd3..ff92079 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -208,9 +208,10 @@ show remote catch-syscall-packet
* Python Scripting
- ** The "num" attribute of gdb.InferiorThread objects now refers to
- the thread's per-inferior number. See "Per-inferior thread
- numbers" above.
+ ** gdb.InferiorThread objects have a new attribute "global_num",
+ which refers to the thread's global thread ID. The existing
+ "num" attribute now refers to the thread's per-inferior number.
+ See "Per-inferior thread numbers" above.
** gdb.InferiorThread objects have a new attribute "inferior", which
is the Inferior object the thread belongs to.