Searched refs:DBGCVAR_TYPE_ANY (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Debugger/ |
H A D | DBGCOps.cpp | 96 rc = dbgcSymbolGet((pDbgc), (pArg1)->u.pszString, DBGCVAR_TYPE_ANY, (pResult)); \ 760 int rc = dbgcSymbolGet(pDbgc, pArg1->u.pszString, DBGCVAR_TYPE_ANY, &Sym1); 765 rc = dbgcSymbolGet(pDbgc, pArg2->u.pszString, DBGCVAR_TYPE_ANY, &Sym2); 919 int rc = dbgcSymbolGet(pDbgc, pArg2->u.pszString, DBGCVAR_TYPE_ANY, &Sym2); 935 enmType = DBGCVAR_TYPE_ANY; 950 int rc = dbgcSymbolGet(pDbgc, pArg1->u.pszString, DBGCVAR_TYPE_ANY, &Sym1); 1266 int rc = dbgcSymbolGet(pDbgc, pArg1->u.pszString, DBGCVAR_TYPE_ANY, pResult);
|
H A D | DBGConsole.cpp | 278 case DBGCVAR_TYPE_ANY:
|
/vbox/include/VBox/ |
H A D | dbg.h | 118 DBGCVAR_TYPE_ANY enumerator in enum:DBGCVARTYPE
|
Completed in 50 milliseconds