DOS/Windows-specific code in sim/
Eli Zaretskii
eliz@is.elta.co.il
Tue May 8 11:04:00 GMT 2001
> From: DJ Delorie <dj@redhat.com>
> Newsgroups: cygnus.gdb
> Date: 08 May 2001 12:27:05 -0400
>
> The problem is that the simulators generate these signals (the
> simulated environment supports them) but they're translated to the
> hosts's SIG* values to "standardize" how they're handled by gdb. If
> the sim supports more signals than the host, there needs to be some
> fake value they're translated into.
Then these define's can (and probably should) be done on all systems.
Like this, for example:
#ifndef SIGTRAP
#define SIGTRAP 5
#endif
Would that be okay?
More information about the Gdb
mailing list