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

/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 Dmangling.h378 # define RTDbgAsCreate RT_MANGLER(RTDbgAsCreate) macro

Completed in 60 milliseconds