mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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:
|
case DbgKdPageInApi:
|
||||||
|
|
||||||
/* TODO */
|
/* This API, introduced in NT4, has been obsoleted in NT5. It is
|
||||||
KdpDprintf("Page-In support is unimplemented!\n");
|
* replaced by ExpDebuggerPageIn support in ExpDebuggerWorker(). */
|
||||||
|
KdpDprintf("DbgKdPageInApi is obsolete!\n");
|
||||||
KdpNotSupported(&ManipulateState);
|
KdpNotSupported(&ManipulateState);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue