gdb/
[binutils-gdb.git] / gdb / NEWS
index 17cd3cb4f9e9dc08b6d26a5e98aff8810987d04b..73ff05fd37b44c0719130ba35f4d7a53b623380e 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -139,9 +139,9 @@ is now deprecated.
    GDB using Python' in the manual.
 
 ** The GDB Python API now has access to breakpoints, symbols, symbol
-   tables, program spaces, and frame's code blocks.  Additionally, GDB
-   Parameters can now be created from the API, and manipulated via
-   set/show in the CLI.
+   tables, program spaces, inferiors, threads and frame's code blocks.
+   Additionally, GDB Parameters can now be created from the API, and
+   manipulated via set/show in the CLI.
 
 ** New functions gdb.target_charset, gdb.target_wide_charset,
    gdb.progspaces, gdb.current_progspace, and gdb.string_to_argv.