diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-07-04 22:55:42 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-07-04 22:55:42 +0000 |
commit | 37d4dc740485ef37cf51ccff2490a4b889af6dfa (patch) | |
tree | c6bb0ca8c903450d5476b4cb20ad370dacd8e333 | |
parent | ae3c7619e1c289c0e2f3ebf60e839a9a7cf4c17f (diff) | |
download | gdb-37d4dc740485ef37cf51ccff2490a4b889af6dfa.zip gdb-37d4dc740485ef37cf51ccff2490a4b889af6dfa.tar.gz gdb-37d4dc740485ef37cf51ccff2490a4b889af6dfa.tar.bz2 |
* TODO: Update.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/TODO | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 05101d5..a9093b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-07-05 Mark Kettenis <kettenis@gnu.org> + + * TODO: Update. + 2000-07-03 Chris Faylor <cfg@cygnus.com> Committed by Elena Zannoni <ezannoni@cygnus.com> @@ -35,11 +35,9 @@ x86 targets. x86 linux GDB and SIGALRM (???) http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00803.html -I know there are problems with single stepping through signal -handlers. These problems were present in 4.18. They were just masked -because 4.18 failed to recognize signal handlers. Fixing it is not -easy, and will require changes to handle_inferior_event(), that I -prefer not to make before the 5.0 release. +This problem has been fixed, but a regression test still needs to be +added to the testsuite: +http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00309.html Mark |