This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] TODO updates


FYI,

Andrew

Wed Aug  2 11:04:15 2000  Andrew Cagney  <cagney@b1.cygnus.com>

        * TODO: Updates.

Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.42
diff -p -r1.42 TODO
*** TODO        2000/07/24 14:49:05     1.42
--- TODO        2000/08/02 01:02:23
*************** http://sourceware.cygnus.com/ml/gdb-patc
*** 49,54 ****
--- 49,57 ----
  (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.
*************** This requires internationalization.
*** 369,374 ****
--- 372,384 ----
  
  --
  
+ 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.
*************** on the fly - should it be returned in th
*** 670,675 ****
--- 680,694 ----
  
  Underlying problem is that the register file is target endian.  If the
  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}().
  
  --

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]