diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-08-02 01:07:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-08-02 01:07:38 +0000 |
commit | 2e4e9e680abfbaabd7b12228b1fcdebfd8a0e0ab (patch) | |
tree | 71c8efa83a5c2e1de740765b2694233d1f6a0870 /gdb/TODO | |
parent | d78c7dcade6e678606ccdae4984cd54a939b5051 (diff) | |
download | gdb-2e4e9e680abfbaabd7b12228b1fcdebfd8a0e0ab.zip gdb-2e4e9e680abfbaabd7b12228b1fcdebfd8a0e0ab.tar.gz gdb-2e4e9e680abfbaabd7b12228b1fcdebfd8a0e0ab.tar.bz2 |
Updates.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -49,6 +49,9 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00000.html (Broken) support for GDB's remote protocol across UDP is to be included in the follow-on release. +It should be noted that UDP can only work when the [Gg] packet fits in +a single UDP packet. + -- Can't build IRIX -> arm GDB. @@ -369,6 +372,13 @@ This requires internationalization. -- +Add support for: + +(gdb) p fwprintf(stdout,L"%S\n", f) +No symbol "L" in current context. + +-- + Convert GDB build process to AUTOMAKE. See also sub-directory configure below. @@ -673,6 +683,15 @@ target endianess changes gdb doesn't know. -- +Use the recently added add_set_auto_boolean_cmd() function to +implement the X-packet commands. + +-- + +Rename read_register{,_pid}() to read_unsigned_register{,_pid}(). + +-- + Symbol Support ============== |