Searched refs:chType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp219 char chType; local
244 chType = szLine[cchAddr + 1];
246 if ( RT_C_IS_BLANK(chType)
253 chType = 'T';
313 switch (chType)
444 chType = szLine[cchAddr + 1];
445 if ( chType != 'U'
446 && chType != 'w')
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp651 char chType; local
656 chType = 'p';
661 case X86_DR7_RW_EO: chType = 'x'; break;
662 case X86_DR7_RW_WO: chType = 'w'; break;
663 case X86_DR7_RW_IO: chType = 'i'; break;
664 case X86_DR7_RW_RW: chType = 'r'; break;
665 default: chType = '?'; break;
671 chType = 'r';
674 chType = '?';
679 pBp->iBp, pBp->fEnabled ? 'e' : 'd', (int)cb, chType,
3792 dbgcCmdWorkerSearchMem(PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR pAddress, uint64_t cMaxHits, char chType, PCDBGCVAR paPatArgs, unsigned cPatArgs, PDBGCVAR pResult) argument
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp1037 char chType = (*ppszFormat)[1]; local
1040 switch (chType)
/vbox/src/bldprogs/
H A DVBoxCPP.cpp4829 unsigned chType = ch; local
4834 unsigned chEnd = chType == '<' ? '>' : '"';
4851 rcExit = vbcppError(pThis, "Expected '%c'", chType);
4887 if (chType == '<')
4890 else if (chType == '"')

Completed in 95 milliseconds