diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-09-21 03:23:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-09-21 03:23:01 +0000 |
commit | a36a812c48d42b56dddd60ccbdecc47a84e38e5f (patch) | |
tree | ecfe273591ecdab830043771e8a21549747d2d78 /gdb/TODO | |
parent | 940bb1dc75c55e6ccc6f800d997930b0d84b910d (diff) | |
download | gdb-a36a812c48d42b56dddd60ccbdecc47a84e38e5f.zip gdb-a36a812c48d42b56dddd60ccbdecc47a84e38e5f.tar.gz gdb-a36a812c48d42b56dddd60ccbdecc47a84e38e5f.tar.bz2 |
* TODO: Reword item regarding NO_STD_REGS.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -380,9 +380,9 @@ enum mask If try to modify value in file with "set write off" should give appropriate error not "cannot access memory at address 0x65e0". -What the hell is no_std_regs in tm-z8k.h??? -This fixes the case where a target defines no standard reg names, -and the parsing of $pc gets confused when it should be an invalid expr. +Why do we allow a target to omit standard register names (NO_STD_REGS +in tm-z8k.h)? I thought the standard register names were supposed to +be just that, standard. Make DEBUG_EXPRESSIONS a maintenance command, dependent on MAINTENANCE_COMMANDS. |