From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Mark Kettenis Cc: gdb-patches@cygnus.com, bug-gdb@cugnus.com Subject: Re: Patch for Hurd gdb bug Date: Mon, 26 Apr 1999 08:22:00 -0000 Message-id: References: <199904251843.UAA00144@delius.kettenis.nl> X-SW-Source: 1999-q2/msg00044.html Mark Kettenis writes: > Here is a patch for a nasty bug that makes it impossible to attach to > a crashed program. (The Hurd has this nice feature that it is possible > to suspend programs that crashed. You can then attach the debugger to > investigate why the program crashed. Very useful, especially since we > do not have core dumps yet.) Thanks for the fix! It should be in future snapshots (although it will not be in 4.18.1). 1999-04-26 Jim Blandy 1999-04-25 Mark Kettenis * gnu-nat.c (gnu_attach): Call target_terminal_init before calling inf_set_traced, since that function calls code that might try to restore the terminal settings.