* 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.
This commit is contained in:
Christopher Faylor
2002-07-13 21:08:13 +00:00
parent 0301bfd0ac
commit c03dba93d6
5 changed files with 66 additions and 9 deletions

View File

@ -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 *);