]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/NEWS
gdb/python: Add gdb.InferiorThread.__dict__ attribute
[thirdparty/binutils-gdb.git] / gdb / NEWS
index 92e7f32ab8c61b00da50345484aefec3d580cf49..bab300e36b85b7c0a24ee70ace095c8857810178 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -104,6 +104,10 @@ show remote thread-options-packet
      these will be stored in the object's new Inferior.__dict__
      attribute.
 
+  ** User defined attributes can be added to a gdb.InferiorThread
+     object, these will be stored in the object's new
+     InferiorThread.__dict__ attribute.
+
 * Debugger Adapter Protocol changes
 
   ** GDB now emits the "process" event.