Home
last modified time | relevance | path

Searched refs:_CYGWIN_SIGNAL_STRING (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-nat.c182 #ifndef _CYGWIN_SIGNAL_STRING
183 #define _CYGWIN_SIGNAL_STRING "cYgSiGw00f" macro
1036 else if (!startswith (s.get (), _CYGWIN_SIGNAL_STRING)) in handle_output_debug_string()
1062 int sig = strtol (s.get () + sizeof (_CYGWIN_SIGNAL_STRING) - 1, &p, 0); in handle_output_debug_string()
DChangeLog-20051288 (_CYGWIN_SIGNAL_STRING): Define if not already defined in cygwin.h.
1294 (handle_output_debug_string): Use official _CYGWIN_SIGNAL_STRING.