Searched refs:RTLogWriteDebugger (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTLogWriteDebugger-generic.cpp35 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
41 RT_EXPORT_SYMBOL(RTLogWriteDebugger); variable
/vbox/src/VBox/Runtime/r0drv/linux/
H A DRTLogWriteDebugger-r0drv-linux.c36 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
40 RT_EXPORT_SYMBOL(RTLogWriteDebugger); variable
/vbox/src/VBox/Runtime/r0drv/haiku/
H A DRTLogWriteDebugger-r0drv-haiku.c36 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A DRTLogWriteDebugger-r0drv-darwin.cpp36 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A DRTLogWriteDebugger-r0drv-nt.cpp32 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
/vbox/src/VBox/Runtime/r3/win/
H A DRTLogWriteDebugger-win.cpp37 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A DRTLogWriteDebugger-r0drv-solaris.c44 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) function
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile131 RTLogWriteDebugger-generic.c \
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile115 RTLogWriteDebugger-generic.c \
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile55 r0drv/linux/RTLogWriteDebugger-r0drv-linux.o \
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp717 RTLogWriteDebugger(pszPreamble, cchPreamble);
719 RTLogWriteDebugger(pszFirst, cchFirst);
721 RTLogWriteDebugger(pszSecond, cchSecond);
2897 RTLogWriteDebugger(pThis->achScratch, pThis->offScratch);
3247 /* Make sure the string is terminated. On Windows, RTLogWriteDebugger
3259 RTLogWriteDebugger(pLogger->achScratch, cchScratch);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile139 r0drv/linux/RTLogWriteDebugger-r0drv-linux.o \
/vbox/include/iprt/
H A Dlog.h2149 RTDECL(void) RTLogWriteDebugger(const char *pach, size_t cb);
H A Dmangling.h834 # define RTLogWriteDebugger RT_MANGLER(RTLogWriteDebugger) macro
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2250 RTLogWriteDebugger(szMsg, cch);
4171 RTLogWriteDebugger(pErrorInfo->szErrorInfo, pErrorInfo->cchErrorInfo);

Completed in 147 milliseconds