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

/vbox/include/iprt/
H A Dcoredumper.h60 RTDECL(int) RTCoreDumperTakeDump(const char *pszOutputFile, bool fLiveCore);
H A Dmangling.h330 # define RTCoreDumperTakeDump RT_MANGLER(RTCoreDumperTakeDump) /* solaris */ macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.cpp80 RTTESTI_CHECK_RC(RTCoreDumperTakeDump(NULL, true /* fLiveCore*/), VINF_SUCCESS);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2215 RTDECL(int) RTCoreDumperTakeDump(const char *pszOutputFile, bool fLiveCore) function
2233 CORELOGRELSYS(("RTCoreDumperTakeDump: rtCoreDumperTakeDump failed rc=%Rrc\n", rc));
2249 CORELOGRELSYS(("RTCoreDumperTakeDump: getcontext failed rc=%d.\n", rc));

Completed in 76 milliseconds