diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-30 13:53:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-30 13:53:34 +0000 |
commit | 1b4331b2ac169a549feaeeed892b46d28fae8ef9 (patch) | |
tree | dd775c2fa60cd7db0bd8312fde400e0d66fdf659 | |
parent | deb8346419a8e5648df00d5384258eae19961f51 (diff) | |
download | glibc-1b4331b2ac169a549feaeeed892b46d28fae8ef9.tar.gz glibc-1b4331b2ac169a549feaeeed892b46d28fae8ef9.tar.xz glibc-1b4331b2ac169a549feaeeed892b46d28fae8ef9.zip |
1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if EXEC_SIGTRAP was set in the incoming exec flags--that indicates the exec server simulated a SIGTRAP before we even started up, so gdb is already happy.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9e082d8947..857943eb56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-04-30 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if + EXEC_SIGTRAP was set in the incoming exec flags--that indicates the + exec server simulated a SIGTRAP before we even started up, so gdb is + already happy. + 1999-04-30 Ulrich Drepper <drepper@cygnus.com> * nss/digits_dots.c: Always initialize not_ok. |