Searched refs:RTCoreDumperSetup (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dcoredumper.h39 /** @name RTCoreDumperSetup flags
58 * RTCoreDumperSetup().
80 RTDECL(int) RTCoreDumperSetup(const char *pszOutputDir, uint32_t fFlags);
83 * Disables the core dumper, i.e. undoes what RTCoreDumperSetup did.
H A Dmangling.h329 # define RTCoreDumperSetup RT_MANGLER(RTCoreDumperSetup) /* solaris */ macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.cpp60 RTTESTI_CHECK_RC(rc = RTCoreDumperSetup(NULL, RTCOREDUMPER_FLAGS_REPLACE_SYSTEM_DUMP | RTCOREDUMPER_FLAGS_LIVE_CORE),
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1918 * path specified in RTCoreDumperSetup() would be used.
2080 * global path passed in RTCoreDumperSetup will
2257 RTDECL(int) RTCoreDumperSetup(const char *pszOutputDir, uint32_t fFlags) function
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7226 vrc = RTCoreDumperSetup(pszDumpDir, fCoreFlags);

Completed in 121 milliseconds