This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch for Hurd gdb bug



Mark Kettenis <kettenis@wins.uva.nl> 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  <jimb@zwingli.cygnus.com>

	1999-04-25  Mark Kettenis  <kettenis@gnu.org>

	* 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.