diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-22 02:07:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-22 02:07:19 +0000 |
commit | 5683e87aa5680099320f4900de6ec7edc99d9f5d (patch) | |
tree | bd0233cdf94f4f72c8a32d8ec2f911cbd9c7f7fd /gdb/TODO | |
parent | e8475ad46302c0439093e9e25d631e56331f20e4 (diff) | |
download | gdb-5683e87aa5680099320f4900de6ec7edc99d9f5d.zip gdb-5683e87aa5680099320f4900de6ec7edc99d9f5d.tar.gz gdb-5683e87aa5680099320f4900de6ec7edc99d9f5d.tar.bz2 |
Replace preg() with phex(). Cleanup monitor.c.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -250,6 +250,12 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00814.html -- +Elimination of ``(catch_errors_ftype *) func''. + +Like make_cleanup_func it isn't portable. + +-- + Re: Various C++ things value_headof/value_from_vtable_info are worthless, and should be removed. @@ -348,13 +354,14 @@ Send debug and log output log gdb_stdlog. GDB still contains many cases where (f)printf or printf_filtered () is used when it should be sending the messages to gdb_stderror or -gdb_stdlog. +gdb_stdlog. The thought of #defining printf to something has crossed +peoples minds ;-) -- Rationalize the host-endian code (grep for HOST_BYTE_ORDER). -At preent defs.h includes <endian.h> (which is linux specific) yet +At present defs.h includes <endian.h> (which is linux specific) yet almost nothing depends on it. Suggest "gdb_endian.h" which can also handle <machine/endian.h> and only include that where it is really needed. |