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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp234 const DBGCCMD g_aDbgcCmds[] = variable
278 const uint32_t g_cDbgcCmds = RT_ELEMENTS(g_aDbgcCmds);
312 for (unsigned iCmd = 0; iCmd < RT_ELEMENTS(g_aDbgcCmds); iCmd++)
314 if ( !strncmp(pachName, g_aDbgcCmds[iCmd].pszCmd, cchName)
315 && !g_aDbgcCmds[iCmd].pszCmd[cchName])
316 return &g_aDbgcCmds[iCmd];
616 dbgcCmdHelpCommandsWorker(pDbgc, pCmdHlp, g_aDbgcCmds, RT_ELEMENTS(g_aDbgcCmds), false,
750 { g_cDbgcCmds, g_aDbgcCmds, NULL },

Completed in 58 milliseconds