mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 18:05:39 +08:00
3c445f492d411cf11276e272d252cb66a2a50a4d
- DbgkMap/UnmapViewOfSection: Don't check for the DeadThread flag, doing so is only necessary during early thread creation. - DbgkCreateThread: Set the StartAddress pointer in the case where we only send the Create Thread message. Also, we should receive the target thread as the first parameter. - NtDebugActiveProcess: Don't allow debugging the current process. - NtDebugContinue: We should signal the Debug Object, not the Debug Event. Also make sure we pass the correct event to DbgkpWakeTarget. - NtWaitForDebugEvent: Cleanup probe and capture of the input timeout. svn path=/trunk/; revision=38768
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%