mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[NTOS:KD64] The DbgKdPageInApi, introduced in NT4, has been obsoleted in NT5.
It has been replaced by ExpDebuggerPageIn support in ExpDebuggerWorker().
This commit is contained in:
parent
08ed0988ff
commit
b15dcb5cf6
1 changed files with 3 additions and 2 deletions
|
@ -1497,8 +1497,9 @@ SendPacket:
|
|||
|
||||
case DbgKdPageInApi:
|
||||
|
||||
/* TODO */
|
||||
KdpDprintf("Page-In support is unimplemented!\n");
|
||||
/* This API, introduced in NT4, has been obsoleted in NT5. It is
|
||||
* replaced by ExpDebuggerPageIn support in ExpDebuggerWorker(). */
|
||||
KdpDprintf("DbgKdPageInApi is obsolete!\n");
|
||||
KdpNotSupported(&ManipulateState);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue