diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-01 05:55:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-01 05:55:30 +0000 |
commit | b7bb9f5fde5ec1df374b969b196325d935d6e771 (patch) | |
tree | 7df4d4741fcdc42aa809c3497d98eb29c50dc789 /winsup/cygwin/include/sys/cygwin.h | |
parent | dc1b6289a6f9f9d60f741b9a4270ea3a43c57c32 (diff) | |
download | cygnal-b7bb9f5fde5ec1df374b969b196325d935d6e771.tar.gz cygnal-b7bb9f5fde5ec1df374b969b196325d935d6e771.tar.bz2 cygnal-b7bb9f5fde5ec1df374b969b196325d935d6e771.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/include/sys/cygwin.h')
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 7fa62635e..fe4aea402 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -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 *); |