Searched refs:RTDBGCFG (Results 1 - 10 of 10) sorted by relevance

/vbox/include/iprt/
H A Ddbg.h220 * RTDBGCFG instance since it's generally shared for a whole debugging session
232 typedef struct RTDBGCFGINT *RTDBGCFG; typedef in typeref:struct:RTDBGCFGINT
234 typedef RTDBGCFG *PRTDBGCFG;
236 #define NIL_RTDBGCFG ((RTDBGCFG)0)
335 RTDECL(uint32_t) RTDbgCfgRetain(RTDBGCFG hDbgCfg);
344 RTDECL(uint32_t) RTDbgCfgRelease(RTDBGCFG hDbgCfg);
360 RTDECL(int) RTDbgCfgChangeString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, const char *pszValue);
374 RTDECL(int) RTDbgCfgChangeUInt(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, uint64_t uValue);
390 RTDECL(int) RTDbgCfgQueryString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, char *pszValue, size_t cbValue);
403 RTDECL(int) RTDbgCfgQueryUInt(RTDBGCFG hDbgCf
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1142 static int rtDbgCfgOpenWithSubDir(RTDBGCFG hDbgCfg, const char *pszFilename, const char *pszCacheSubDir,
1270 RTDECL(int) RTDbgCfgOpenPeImage(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp,
1282 RTDECL(int) RTDbgCfgOpenPdb70(RTDBGCFG hDbgCfg, const char *pszFilename, PCRTUUID pUuid, uint32_t uAge,
1311 RTDECL(int) RTDbgCfgOpenPdb20(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp, uint32_t uAge,
1324 RTDECL(int) RTDbgCfgOpenDbg(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp,
1336 RTDECL(int) RTDbgCfgOpenDwo(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t uCrc32,
1640 static int rtDbgCfgOpenBundleFile(RTDBGCFG hDbgCfg, const char *pszImage, const char * const *papszSuffixes,
1784 RTDECL(int) RTDbgCfgOpenDsymBundle(RTDBGCFG hDbgCfg, const char *pszImage, PCRTUUID pUuid,
1794 RTDECL(int) RTDbgCfgOpenMachOImage(RTDBGCFG hDbgCfg, const char *pszImage, PCRTUUID pUuid,
1805 RTDECL(int) RTDbgCfgSetLogCallback(RTDBGCFG hDbgCf
[all...]
H A Ddbgmod.cpp369 RTUINTPTR uSubtrahend, RTDBGCFG hDbgCfg)
503 static DECLCALLBACK(int) rtDbgModExtDbgInfoOpenCallback(RTDBGCFG hDbgCfg, const char *pszFilename, void *pvUser1, void *pvUser2)
556 RTDBGCFG hDbgCfg;
657 static int rtDbgModOpenDebugInfoExternalToImage(PRTDBGMODINT pDbgMod, RTDBGCFG hDbgCfg)
674 static DECLCALLBACK(int) rtDbgModExtDbgInfoOpenCallback2(RTDBGCFG hDbgCfg, const char *pszFilename, void *pvUser1, void *pvUser2)
726 static int rtDbgModOpenDebugInfoExternalToImage2(PRTDBGMODINT pDbgMod, RTDBGCFG hDbgCfg)
786 RTLDRARCH enmArch, RTDBGCFG hDbgCfg)
942 static DECLCALLBACK(int) rtDbgModFromPeImageOpenCallback(RTDBGCFG hDbgCfg, const char *pszFilename, void *pvUser1, void *pvUser2)
1071 uint32_t cbImage, uint32_t uTimestamp, RTDBGCFG hDbgCfg)
1210 rtDbgModFromMachOImageOpenDsymMachOCallback(RTDBGCFG hDbgCf
[all...]
H A Ddbgmoddeferred.cpp625 RTDBGCFG hDbgCfg, size_t cbDeferred, PRTDBGMODDEFERRED *ppDeferred)
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h547 RTDBGCFG hDbgCfg;
663 RTDBGCFG hDbgCfg, size_t cbDeferred, PRTDBGMODDEFERRED *ppDeferred);
/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h303 R3PTRTYPE(RTDBGCFG) hDbgCfg;
/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp791 static DECLCALLBACK(void) dbgcDbgCfgLogCallback(RTDBGCFG hDbgCfg, uint32_t iLevel, const char *pszMsg, void *pvUser)
1059 RTDBGCFG hDbgCfg = DBGFR3AsGetConfig(pUVM);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp128 VMMR3DECL(RTDBGCFG) DBGFR3AsGetConfig(PUVM pUVM)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp392 VMMR3DECL(RTDBGCFG) DBGFR3AsGetConfig(PUVM pUVM)
/vbox/include/VBox/vmm/
H A Ddbgf.h663 VMMR3DECL(RTDBGCFG) DBGFR3AsGetConfig(PUVM pUVM);

Completed in 1842 milliseconds