mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- The old nonpaged pool statistic functions (TAB+xxx) in KDBG are incompatible with newer nonpaged pool implementation -- remove them.
- The NtQuerySystemInformation API's pool information levels provide the same information, when implemented properly. svn path=/trunk/; revision=42247
This commit is contained in:
@@ -54,26 +54,10 @@ KdpServiceDispatcher(ULONG Service,
|
||||
{
|
||||
switch ((ULONG)Buffer1)
|
||||
{
|
||||
case DumpNonPagedPool:
|
||||
MiDebugDumpNonPagedPool(FALSE);
|
||||
break;
|
||||
|
||||
case ManualBugCheck:
|
||||
KeBugCheck(MANUALLY_INITIATED_CRASH);
|
||||
break;
|
||||
|
||||
case DumpNonPagedPoolStats:
|
||||
MiDebugDumpNonPagedPoolStats(FALSE);
|
||||
break;
|
||||
|
||||
case DumpNewNonPagedPool:
|
||||
MiDebugDumpNonPagedPool(TRUE);
|
||||
break;
|
||||
|
||||
case DumpNewNonPagedPoolStats:
|
||||
MiDebugDumpNonPagedPoolStats(TRUE);
|
||||
break;
|
||||
|
||||
case DumpAllThreads:
|
||||
PspDumpThreads(TRUE);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user