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 | 8e6a3c35b9c93dbff0ead9659581e7b75c3e31be (patch) | |
tree | 53595a6a8dd256fac35bc9278d111afcae5d231d /gdb/TODO | |
parent | 507f3c78fb4a1235b731350d60f1bf0ce94b4175 (diff) | |
download | gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.zip gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.gz gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.bz2 |
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. |