diff options
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d513d74..ee6a866 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,14 @@ 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com> + * gdb.texi (Registers): Add @anchor for 'info registers + <reggroup>' command. + * python.texi (Architectures In Python): Document new + register_groups method. + (Registers In Python): Document two new object types related to + register groups. + +2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com> + * python.texi (Python API): Add new section to the menu. (Frames In Python): Add new @anchor. (Architectures In Python): Document new registers method. |