From c03dba93d622f3d81d0c5ccea96f67f095de2631 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 13 Jul 2002 21:08:13 +0000 Subject: * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has been set up. (break_here): New function, for debugging. (initial_env): Add program name to "Sleeping" message. Implement new "CYGWIN_DEBUG" environment variable option. * exceptions.cc (debugger_command): Add argument to dumper call. * strace.cc (strace::hello): Use winpid if cygwin pid is unavailable. (strace::vsprntf): Ditto. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index e2f10ae3d..cd0bb2586 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -25,7 +25,7 @@ details. */ #define CALL_HANDLER_RETRY 20 -char debugger_command[2 * MAX_PATH + 20] = "dumper.exe"; +char debugger_command[2 * MAX_PATH + 20] = "dumper.exe %s"; extern "C" { static int handle_exceptions (EXCEPTION_RECORD *, void *, CONTEXT *, void *); -- cgit v1.2.3