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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFLog.cpp179 VMMR3DECL(int) DBGFR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings) function
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp116 VMMR3DECL(int) DBGFR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings) function
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1042 int vrc = DBGFR3LogModifyDestinations(ptrVM.rawUVM(), aSettings.c_str());
1046 hrc = setError(E_FAIL, tr("DBGFR3LogModifyDestinations failed with %Rrc"), vrc);
/vbox/include/VBox/vmm/
H A Ddbgf.h580 VMMR3DECL(int) DBGFR3LogModifyDestinations(PUVM pUVM, const char *pszDestSettings);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1181 rc = DBGFR3LogModifyDestinations(pUVM, paArgs[0].u.pszString);
1183 return DBGCCmdHlpVBoxError(pCmdHlp, rc, "DBGFR3LogModifyDestinations(%p,'%s')\n", pUVM, paArgs[0].u.pszString);

Completed in 280 milliseconds