Searched defs:dbgcCmdDumpPageTableBoth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp60 static FNDBGCCMD dbgcCmdDumpPageTableBoth; variable
325 { "dptb", 1, 1, &g_aArgDumpPT[0], RT_ELEMENTS(g_aArgDumpPT), 0, dbgcCmdDumpPageTableBoth,"<addr>", "Dumps page table entries of the guest and the hypervisor." },
3108 static DECLCALLBACK(int) dbgcCmdDumpPageTableBoth(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, unsigned cArgs) function

Completed in 192 milliseconds