This is the mail archive of the gdb@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: Possibly dumb signal mapping question


On Fri, Mar 18, 2005 at 09:47:11AM -0500, Kris Warkentin wrote:
> Daniel Jacobowitz wrote:
> 
> >Your stub should be doing this.  The TARGET_SIGNAL_* constants are the
> >on-the-wire values.
> >
> 
> Thanks Daniel.  I guess I've got to do it the hard way.  I had just 
> asked because I thought there might be some magic mapping routine like 
> for the i386 registers.

No, there isn't - you could do it in your remote protocol target (don't you
use a different protocol?)

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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