This is the mail archive of the gdb-patches@sourceware.org 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: MIPS Linux signals


On 05/20/2012 03:02 AM, Michael Eager wrote:

> Which leads me to some questions:


>   2 -- Is there any reason to implement EXE_BAD_* translations?


No.

>   3 -- Is the REALTIME_LO/HI translation obsolete cruft?


ChangeLog-2006 points at:

http://sourceware.org/ml/gdb-patches/2006-11/msg00340.html

where we see that REALTIME_LO/HI were defined in target headers,
while they should really be native/host defines.  So it's not that they
got deprecated, but a target/host confusion bug was fixed.  The
macros are still there in common/signals.c.

>   4 -- Do the multiple layers of wrappers around target_
>        signal_{to,from}_host in signals.c serve any purpose?


Can you be more specific?  What multiple layers?

-- 
Pedro Alves


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