Searched refs:dbgcCmdWriteCore (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Debugger/ |
H A D | DBGCCommands.cpp | 76 static FNDBGCCMD dbgcCmdWriteCore; variable 275 { "writecore", 1, 1, &g_aArgWriteCore[0], RT_ELEMENTS(g_aArgWriteCore), 0, dbgcCmdWriteCore, "<filename>", "Write core to file." }, 2189 static DECLCALLBACK(int) dbgcCmdWriteCore(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, unsigned cArgs) function 2191 Log(("dbgcCmdWriteCore\n"));
|
Completed in 1166 milliseconds