diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |