mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Updates.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Aug 2 11:04:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
* TODO: Updates.
|
||||||
|
|
||||||
2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||||
|
|
||||||
* gdbarch.sh: Multiarch DO_REGISTERS_INFO macro.
|
* gdbarch.sh: Multiarch DO_REGISTERS_INFO macro.
|
||||||
|
19
gdb/TODO
19
gdb/TODO
@ -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
|
(Broken) support for GDB's remote protocol across UDP is to be
|
||||||
included in the follow-on release.
|
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.
|
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.
|
Convert GDB build process to AUTOMAKE.
|
||||||
|
|
||||||
See also sub-directory configure below.
|
See also sub-directory configure below.
|
||||||
@ -671,6 +681,15 @@ on the fly - should it be returned in the ``T'' packet?
|
|||||||
Underlying problem is that the register file is target endian. If the
|
Underlying problem is that the register file is target endian. If the
|
||||||
target endianess changes gdb doesn't know.
|
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
|
Symbol Support
|
||||||
|
Reference in New Issue
Block a user