This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Re: More signal-related patches for GDB
- To: DJ Delorie <dj@delorie.com>
- Subject: Re: More signal-related patches for GDB
- From: Eli Zaretskii <eliz@gnu.org>
- Date: Wed, 18 Aug 1999 11:04:36 -0400
- CC: gdb-patches@sourceware.cygnus.com
- References: <Pine.SUN.3.91.990627185935.5761b-100000@is> <199908161745.NAA31869@envy.delorie.com>
> Should we use SIG_ERR instead of __djgpp_traceback_exit?
I don't know. Is it okay to pass SIG_ERR to `signal'? I thought it
wasn't.
How about defining a SIG_CORE_DUMP or something, with the default
definition of SIG_DFL, and supplying __djgpp_traceback_exit as its
platform-specific definition?