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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp55 static FNDBGCCMD dbgcCmdCpu; variable
238 { "cpu", 0, 1, &g_aArgCpu[0], RT_ELEMENTS(g_aArgCpu), 0, dbgcCmdCpu, "[idCpu]", "If no argument, display the current CPU, else change to the specified CPU." },
1077 static DECLCALLBACK(int) dbgcCmdCpu(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, unsigned cArgs) function

Completed in 51 milliseconds