Searched refs:g_aDbgcCmds (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Debugger/ |
H A D | DBGCCommands.cpp | 234 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 },
|
H A D | DBGCInternal.h | 413 extern const DBGCCMD g_aDbgcCmds[];
|
Completed in 1608 milliseconds