Searched refs:RTDbgModCreate (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMR3Dbg.cpp275 int rc = RTDbgModCreate(&hDbgMod, "patmgcstate", sizeof(PATMGCSTATE), 0 /*fFlags*/);
305 rc = RTDbgModCreate(&hDbgMod, "patmstats", PATM_STAT_MEMSIZE, 0 /*fFlags*/);
318 rc = RTDbgModCreate(&hDbgMod, "patches", pVM->patm.s.cbPatchMem + PATM_STACK_TOTAL_SIZE + PAGE_SIZE, 0 /*fFlags*/);
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h201 int rc = RTDbgModCreate(&hMod, pszModName, 0 /*cbSeg*/, 0 /*fFlags*/);
H A DDBGPlugInDarwin.cpp568 rc = RTDbgModCreate(&hMod, pszName, 0, 0);
H A DDBGPlugInLinux.cpp897 rc = RTDbgModCreate(&hMod, "vmlinux", cbKernel, 0 /*fFlags*/);
996 Log(("dbgDiggerLinuxFindTokenIndex: RTDbgModCreate failed: %Rrc\n", rc));
H A DDBGPlugInWinNt.cpp699 rc = RTDbgModCreate(&hMod, pszName, cbImage, 0);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddbghelp.cpp399 int rc = RTDbgModCreate(&hCnt, pMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
H A Ddbgmodnm.cpp501 rc = RTDbgModCreate(&pThis->hCnt, pMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
H A Ddbgmod.cpp320 RTDECL(int) RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cbSeg, uint32_t fFlags) function
365 RT_EXPORT_SYMBOL(RTDbgModCreate); variable
H A Ddbgmodcodeview.cpp2352 int rc = RTDbgModCreate(&pThis->hCnt, pDbgMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
H A Ddbgmoddwarf.cpp4853 rc = RTDbgModCreate(&pThis->hCnt, pMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
/vbox/include/iprt/
H A Ddbg.h954 RTDECL(int) RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cbSeg, uint32_t fFlags);
972 /** @name Flags for RTDbgModCreate and friends.
975 * search. RTDbgModCreate will quietly ignore this flag. */
1009 * This is only possible on container modules, i.e. created by RTDbgModCreate().
H A Dmangling.h423 # define RTDbgModCreate RT_MANGLER(RTDbgModCreate) macro

Completed in 144 milliseconds