This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] x % 0 hangs


(cleaning up old threads)

   Date: Mon, 28 Jun 2004 10:25:26 -0400
   From: Andrew Cagney <cagney@gnu.org>

We need start with a working assumption that GDB is being run on POSIX compliant systems and that implies a working sigsetjmp / siglongjmp. Only when someone comes forward with a problematic system should we worry about it (and possibly not even then).

Sorry, but I don't think fully POSIX compliant systems do actually
exist.  We should aim to have a working GDB on as many systems that
are in somewhat wide use as possible.  At the very minimum we should
support the latest official release of the GNU systems and other major
Free OS'es out there.

For such systems lets at least assume that they more or less work, at least until our testsuite reveals evidence to the contrary.


Andrew



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