* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.

* exceptins.cc (sigpacket::process): Send a _CYGWIN_SIGNAL_STRING to gdb if the
process is being debugged.  A WIP.
This commit is contained in:
Christopher Faylor
2005-11-01 05:55:30 +00:00
parent dc1b6289a6
commit b7bb9f5fde
3 changed files with 14 additions and 5 deletions

View File

@ -17,6 +17,8 @@ details. */
extern "C" {
#endif
#define _CYGWIN_SIGNAL_STRING "cYgSiGw00f"
extern pid_t cygwin32_winpid_to_pid (int);
extern void cygwin32_win32_to_posix_path_list (const char *, char *);
extern int cygwin32_win32_to_posix_path_list_buf_size (const char *);