diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
commit | b35d5554622912f8c1149e0938b0df157f176f20 (patch) | |
tree | d6d51835a311277676a6ffd6ea1974fb2ab21bb1 /gdb/TODO | |
parent | 59699d8b0b3dacdc6225098eca6b4098ec4876cf (diff) | |
download | gdb-b35d5554622912f8c1149e0938b0df157f176f20.tar.gz |
Eliminate safe_strsignal().
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -874,6 +874,15 @@ wrong. It involves the use of add_set_enum_cmd(). -- +Fix target_signal_from_host() etc. + +The name is wrong for starters. ``target_signal'' should probably be +``gdb_signal''. ``from_host'' should be ``from_target_signal''. +After that it needs to be multi-arched and made independant of any +host signal numbering. + +-- + Update ALPHA so that it uses ``struct frame_extra_info'' instead of EXTRA_FRAME_INFO. |