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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp228 rc = RTDbgAsCreate(&hDbgAs, 0, RTGCPTR_MAX, "Global");
238 rc = RTDbgAsCreate(&hDbgAs, 0, RTGCPHYS_MAX, "Physical");
245 rc = RTDbgAsCreate(&hDbgAs, 0, RTRCPTR_MAX, "HyperRawMode");
254 rc = RTDbgAsCreate(&hDbgAs, 0, RTR0PTR_MAX, "HyperRing0");
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp187 RTDECL(int) RTDbgAsCreate(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszName) function
227 RT_EXPORT_SYMBOL(RTDbgAsCreate);
231 * Variant of RTDbgAsCreate that takes a name format string.
250 int rc = RTDbgAsCreate(phDbgAs, FirstAddr, LastAddr, pszName);
259 * Variant of RTDbgAsCreate that takes a name format string.
/vbox/include/iprt/
H A Ddbg.h508 RTDECL(int) RTDbgAsCreate(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszName);
511 * Variant of RTDbgAsCreate that takes a name format string.
524 * Variant of RTDbgAsCreate that takes a name format string.
H A Dmangling.h378 # define RTDbgAsCreate RT_MANGLER(RTDbgAsCreate) macro

Completed in 247 milliseconds