diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-19 23:20:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-19 23:20:54 +0000 |
commit | 95f25f7a8e4133dd51f1c0f80d171acd1d5972af (patch) | |
tree | d6b08508a778db42427bd84eae3fefebfc5ce48d /gdb/TODO | |
parent | 06243676f3c0a1dee1b7dce8544fb3af9e901970 (diff) | |
download | gdb-95f25f7a8e4133dd51f1c0f80d171acd1d5972af.tar.gz |
TODO Tweeks.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -254,7 +254,11 @@ Fix at least one thread bug. -- -Objective C/C++ Support. Bu hopefully sooner... +GCC 3.0 ABI support (but hopefully sooner...). + +-- + +Objective C/C++ support (but hopefully sooner...). -- @@ -266,11 +270,12 @@ The following cleanups have been identified as part of GDB 5.2. -- Remove old code that does not use ui_out functions and all the related -"ifdef"s. +"ifdef"s. This also allows the elimination of -DUI_OUT from +Makefile.in and configure.in. -- -Eliminate more compiler warnings. +Eliminate one more compiler warnings. -- @@ -522,7 +527,7 @@ fundamental architectural change. -- -Hardware watchpint problems on x86 OSes, including Linux: +Hardware watchpoint problems on x86 OSes, including Linux: 1. Delete/disable hardware watchpoints should free hardware debug registers. |