aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 29db073..84019a6 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -120,6 +120,11 @@ GNU/Linux/RISC-V (gdbserver) riscv*-*-linux*
** New method gdb.PendingFrame.architecture () to retrieve the
architecture of the pending frame.
+ ** New gdb.Architecture.registers method that returns a
+ gdb.RegisterDescriptorIterator object, an iterator that returns
+ gdb.RegisterDescriptor objects. The new RegisterDescriptor is a
+ way to query the registers available for an architecture.
+
*** Changes in GDB 9
* 'thread-exited' event is now available in the annotations interface.