[NTOS:KDBG] Begin port for amd64.
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 27 Apr 2021 08:23:37 +0000 (10:23 +0200)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Wed, 28 Apr 2021 11:10:23 +0000 (13:10 +0200)
commit3726b992ed3631c3571df056da70839c35a05582
treef80ab2849c6e76c5f0ea4ee4ef925c530e5afe82
parent439aefb31d9a09eb79a7a0417f57b7a6eee17400
[NTOS:KDBG] Begin port for amd64.

Not really functional, but it prints debug output.
Take this as an opportunity to add consistancy between some i386 & amd64 intrinsics
ntoskrnl/include/internal/amd64/ke.h
ntoskrnl/include/internal/i386/intrin_i.h
ntoskrnl/include/internal/i386/ke.h
ntoskrnl/kd/kdio.c
ntoskrnl/kdbg/amd64/amd64-dis.c [new file with mode: 0644]
ntoskrnl/kdbg/amd64/kdb_help.S [new file with mode: 0644]
ntoskrnl/kdbg/kdb.c
ntoskrnl/kdbg/kdb_cli.c
ntoskrnl/kdbg/kdb_expr.c
ntoskrnl/ke/i386/cpu.c
ntoskrnl/ntos.cmake