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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddbghelp.cpp271 * @param hFake The fake process handle.
274 static int rtDbgModDbgHelpCopyLineNumbers(PRTDBGMODINT pMod, RTDBGMOD hCnt, HANDLE hFake, uint64_t uModAddr) argument
285 if (SymEnumLinesW(hFake, uModAddr, NULL /*pszObj*/, NULL /*pszFile*/, rtDbgModDbgHelpCopyLineNumberCallback, &Args))
340 * @param hFake The fake process handle.
343 static int rtDbgModDbgHelpCopySymbols(PRTDBGMODINT pMod, RTDBGMOD hCnt, HANDLE hFake, uint64_t uModAddr) argument
350 if (SymEnumSymbols(hFake, uModAddr, NULL, rtDbgModDbgHelpCopySymbolsCallback, &Args))
415 HANDLE hFake; local
417 hFake = (HANDLE)(uintptr_t)ASMAtomicIncU32(&s_uFakeHandle);
418 while (hFake == NULL || hFake
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp497 * @param hFake Fake process handle.
508 static RTEXITCODE findMembers(HANDLE hFake, uint64_t uModAddr, uint32_t idxType, argument
515 if (!SymGetTypeInfo(hFake, uModAddr, idxType, TI_GET_CHILDRENCOUNT, &cChildren))
523 if (!SymGetTypeInfo(hFake, uModAddr, idxType, TI_FINDCHILDREN, pChildren))
535 if ( SymGetTypeInfo(hFake, uModAddr, pChildren->ChildId[i], enmErr = TI_GET_SYMNAME, &pwszMember)
536 && SymGetTypeInfo(hFake, uModAddr, pChildren->ChildId[i], enmErr = TI_GET_OFFSET, &offMember)
537 && SymGetTypeInfo(hFake, uModAddr, pChildren->ChildId[i], enmErr = TI_GET_TYPE, &idxRefType)
538 && SymGetTypeInfo(hFake, uModAddr, idxRefType, enmErr = TI_GET_LENGTH, &cbMember)
539 && SymGetTypeInfo(hFake, uModAddr, idxRefType, enmErr = TI_GET_CHILDRENCOUNT, &cMemberChildren)
555 uint32_t fNested = 0; SymGetTypeInfo(hFake, uModAdd
660 findStructures(HANDLE hFake, uint64_t uModAddr, const char *pszLogTag, const char *pszPdb, PCRTNTSDBOSVER pOsVerInfo) argument
906 HANDLE hFake = (HANDLE)++s_iHandle; local
[all...]

Completed in 45 milliseconds