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]

Catch signals in GDBserver running on windows under cygwin


Hi all,

I am using GDBserver running on windows under CYGWIN (GDB is running on
the other side).
When GDBServer is runnning (augmented of several debug printing) a DOS
window is open. If this DOS window is killed or closed (by using the
small cross in the upper right corner), I wish to catch the
corresponding signal and warn the GDB client that the server is down.

How to catch such signals on Windows NT (or 98) ? I tried several
signal() on signals recognized on window (SIGABRT, ILL, INT, SEGV and
TERM) without any success.

Thanks for any help
   Christophe
-- 
----------------------------------------------------------------------
| Christophe PLANAT                 | Embedded Systems Technology    |
| Email : Christophe.Planat@st.com  | STMicroelectronics             |
| Phone : +33 04 76 92 68 82        | 850, rue Jean-Monnet           |
| Fax   : +33 04 76 92 50 94        | BP 16 - 38921 Crolles - France |
----------------------------------------------------------------------


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