aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 047f8ad..7f0bd7e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -89,6 +89,8 @@
** The 'qualified' argument to gdb.Breakpoint constructor will no
longer accept non-bool types.
+ ** Added the gdb.Symbol.is_artificial attribute.
+
* Debugger Adapter Protocol changes
** The "scopes" request will now return a scope holding global
@@ -104,6 +106,8 @@
(or send a response) until after the "configurationDone" request
has been sent.
+ ** The "variables" request will not return artificial symbols.
+
* New commands
show jit-reader-directory