diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-05 08:05:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-05 08:05:53 +0000 |
commit | 5d35f0ac059c5e927ad1460e1d393005eb164dd5 (patch) | |
tree | b68be1c4e0d87e40a5c600048c9af2373352cf8e /gdb/TODO | |
parent | 37d4dc740485ef37cf51ccff2490a4b889af6dfa (diff) | |
download | gdb-5d35f0ac059c5e927ad1460e1d393005eb164dd5.zip gdb-5d35f0ac059c5e927ad1460e1d393005eb164dd5.tar.gz gdb-5d35f0ac059c5e927ad1460e1d393005eb164dd5.tar.bz2 |
Update TODO.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -320,6 +320,22 @@ IRIX 3.x support is probably broken. -- +Delete sim/SIM_HAVE_BREAKPOINTS and gdb/SIM_HAS_BREAKPOINTS. +http://sourceware.cygnus.com/ml/gdb-patches/2000-07/msg00042.html + +Apart from the d30v, are there any sim/common simulators that make use +of this? + +A brief summary of what happended is that sim/common/sim-break.c was +created as a good idea. It turned out a better idea was to use +SIM_SIGBREAK and have GDB pass back sim_resume (..., SIGBREAK). + +-- + +parse.c:build_parse() has a buffer overrun. + +-- + New Features and Fixes ====================== @@ -692,6 +708,12 @@ who maintains the MIPS. -- +GDB truncates 64 bit enums. + +http://sourceware.cygnus.com/ml/gdb-patches/2000-06/msg00290.html + +-- + Testsuite Support ================= |