public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Possibly dumb signal mapping question
@ 2005-03-17 22:30 Kris Warkentin
  2005-03-17 22:33 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Kris Warkentin @ 2005-03-17 22:30 UTC (permalink / raw)
  To: GDB

Say I'm building a gdb on Linux that remotely targets Neutrino, what is 
the acceptable way to map our OS signals onto TARGET_SIGNAL_*?  I'm 
looking at the target_signal_[to/from]_host functions but they look like 
they depend on the various SIG*s having been defined.  Wouldn't those 
defines collide with host defines?  Perhaps I'm getting confused for no 
good reason....  If I _were_ going to define them, what would be a good 
place?

I accidentally dropped the signal mapping code from our old port but in 
looking at it, it looks too hacky to live.  We've got some ugly 
target_signal_[to/from]_qnx functions that we just use to convert any 
signals sent to and from the remote target.  Is there a better way?

cheers,

Kris

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-18 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-17 22:30 Possibly dumb signal mapping question Kris Warkentin
2005-03-17 22:33 ` Daniel Jacobowitz
2005-03-18 14:47   ` Kris Warkentin
2005-03-18 14:53     ` Daniel Jacobowitz
2005-03-18 15:00       ` Kris Warkentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).