diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-03-28 23:04:33 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-03-28 23:04:33 +0000 |
commit | ca1e29ac5ece0a8d1fff60106592a70e7d354012 (patch) | |
tree | 5436f851d276612be812fa7aefbd088e558ed811 /gdb/gdbtk | |
parent | 5f69b9ad2b00bf955c098b3a824a44dc3292a6de (diff) | |
download | gdb-ca1e29ac5ece0a8d1fff60106592a70e7d354012.tar.gz |
*** empty log message ***
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r-- | gdb/gdbtk/generic/ChangeLog-gdbtk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbtk/generic/ChangeLog-gdbtk b/gdb/gdbtk/generic/ChangeLog-gdbtk index c506403fff6..24a96f4a9fa 100644 --- a/gdb/gdbtk/generic/ChangeLog-gdbtk +++ b/gdb/gdbtk/generic/ChangeLog-gdbtk @@ -1,3 +1,11 @@ +2000-03-24 Jim Blandy <jimb@redhat.com> + + Handle the fact that there are holes in the register numbering. + * gdbtk-cmds.c (gdb_regnames): If given the -numbers option, + return the register numbers along with their names. + (get_register_name): Record both the register name and number, if + requested. + 2000-03-13 James Ingham <jingham@leda.cygnus.com> * gdbtk-varobj.c (variable_create): Pass the correct |