summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-03 20:14:06 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-03 20:14:06 +0000
commit8366e93be9f55449a38d8640caf454640e5e9105 (patch)
tree87c45ef692fb3ef106ca41bde845d6460ef60abf /winsup/cygwin/shared.h
parent4bedf498d65bb6e30ee983b6c19d63a2ced1bab7 (diff)
downloadcygnal-8366e93be9f55449a38d8640caf454640e5e9105.tar.gz
cygnal-8366e93be9f55449a38d8640caf454640e5e9105.tar.bz2
cygnal-8366e93be9f55449a38d8640caf454640e5e9105.zip
* exceptions.cc (stack_info::walk): Use method to find offset.
(handle_exceptions): Be more assertive in finding ebp for use under W2K. Create a dummy stack frame for cases where program is dying and a stack dump is being output. (sig_handle): Fill out a GetThreadContext for use with a user-generated "core dump".
Diffstat (limited to 'winsup/cygwin/shared.h')
-rw-r--r--winsup/cygwin/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared.h b/winsup/cygwin/shared.h
index 5c5ea8348..e51b9ec8f 100644
--- a/winsup/cygwin/shared.h
+++ b/winsup/cygwin/shared.h
@@ -172,7 +172,7 @@ pinfo *__stdcall procinfo (int n);
enum
{
- PROC_MAGIC = 0xaf08f000,
+ PROC_MAGIC = 0xaf09f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,