commit | ea0d028a0b20953962b4fde401b7cb1e8d26bfde | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Mar 10 22:16:10 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 10 22:16:10 2000 +0000 |
tree | 8f4de4b3b989185e6708d41012d7a61ed0fa9f5f | |
parent | ebd01a94aa9e5714ae517727a1b6c57231ae2a1b [diff] [blame] |
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. Generate a breakpoint event on process attach. Misc cleanups in request handling.
diff --git a/server/thread.c b/server/thread.c index cf02b87..37db99b 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -126,6 +126,7 @@ if (!(thread = alloc_object( &thread_ops, fd ))) return NULL; thread->unix_pid = 0; /* not known yet */ + thread->context = NULL; thread->teb = NULL; thread->mutex = NULL; thread->debug_ctx = NULL;