- Fix some bugs in NtWaitForDebugEvent which caused debug events to be sent in the...
authorAlex Ionescu <aionescu@gmail.com>
Thu, 30 Nov 2006 09:22:07 +0000 (09:22 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 30 Nov 2006 09:22:07 +0000 (09:22 +0000)
commitcca4a711645b146039963e3afbdb675325e5ce5b
treef88521987b4cff3c7f45635f371c356aa59575ec
parentef1120e56be286e61b26ed669269dc5f6d0af449
- Fix some bugs in NtWaitForDebugEvent which caused debug events to be sent in the wrong order and also more then one event to be sent at the same time (and thus some events skipped).
- Test app now properly receives the "create process" event along with valid process/thread handles and the image base. No file handle sent yet because of the I/O Manager File Object bug.
- There's still a bug in NtContinueDebugEvent due to wrong Client IDs being sent.

svn path=/trunk/; revision=24986
reactos/dll/ntdll/dbg/dbgui.c
reactos/ntoskrnl/dbgk/dbgkutil.c
reactos/ntoskrnl/dbgk/debug.c
reactos/ntoskrnl/io/iomgr/file.c