summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/cygwin.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-01 05:55:30 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-01 05:55:30 +0000
commitb7bb9f5fde5ec1df374b969b196325d935d6e771 (patch)
tree7df4d4741fcdc42aa809c3497d98eb29c50dc789 /winsup/cygwin/include/sys/cygwin.h
parentdc1b6289a6f9f9d60f741b9a4270ea3a43c57c32 (diff)
downloadcygnal-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.h2
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 *);