Timo Kreuzer
Timo Kreuzer
## Purpose Move KDBG kernel debugger from ntoskrnl to its own kdcom like kdrosdbg.dll The goal is to turn KDBG completely into a kdcom like extension dll, which would make...
## Purpose - Add test for - Implement amd64 versions of _controlfp, _control87, _clearfp, _fpreset, _statusfp - Implement amd64 KiXmmExceptionHandler ## TODO - [ ] Fix test for x86
## Purpose Implement SSE math functions b importing AMD's libm. ## Proposed changes - Import win-libm from AMD - Make it build - Convert .asm tables to C - Write...
## Purpose Dump the trap information of unhandled VDM traps to investigate kernel breakpoint hits on testbots. JIRA issue: [CORE-15642](https://jira.reactos.org/browse/CORE-15642)
This is an attempt to unify the Rtl tests, so that we don't rewrite them for ntdll and kmtest. It also adds a statically linked version, which allows to test...
## Purpose Add a feature to allow white-listing tests. ## Proposed changes This adds a tool that generates tables for the test code to check for white-listed tests. The tables...
## Purpose Misc fixes for amd64 It has been confirmed by julenuri that this PR does also fix JIRA issue: [CORE-18155](https://jira.reactos.org/browse/CORE-18155)