Searched refs:pszCmd (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCCmdWorkers.cpp49 int dbgcBpAdd(PDBGC pDbgc, RTUINT iBp, const char *pszCmd) argument
61 if (pszCmd)
62 pszCmd = RTStrStripL(pszCmd);
63 size_t cchCmd = pszCmd ? strlen(pszCmd) : 0;
68 memcpy(pBp->szCmd, pszCmd, cchCmd + 1);
85 * @param pszCmd The new command.
87 int dbgcBpUpdate(PDBGC pDbgc, RTUINT iBp, const char *pszCmd) argument
99 if (pszCmd)
[all...]
H A DDBGCInternal.h376 int dbgcBpAdd(PDBGC pDbgc, RTUINT iBp, const char *pszCmd);
377 int dbgcBpUpdate(PDBGC pDbgc, RTUINT iBp, const char *pszCmd);
384 int dbgcEvalCommand(PDBGC pDbgc, char *pszCmd, size_t cchCmd, bool fNoExecute);
H A DDBGCEmulateCodeView.cpp293 /* pszCmd, cArgsMin, cArgsMax, paArgDescs, cArgDescs, fFlags, pfnHandler pszSyntax, ....pszDescription */
413 paArgs[0].u.pszString, pCmd->pszCmd);
428 paArgs[1].u.u64Number, pCmd->pszCmd);
438 paArgs[1].u.u64Number, pCmd->pszCmd);
923 switch (pCmd->pszCmd[1])
1425 DBGCCmdHlpPrintf(pCmdHlp, "%s: warning: %Rrc\n", pCmd->pszCmd, rc);
1446 bool const f64BitMode = !strcmp(pCmd->pszCmd, "rg64")
1447 || ( strcmp(pCmd->pszCmd, "rg32") != 0
1628 bool const fGuest = pCmd->pszCmd[1] == 'g'
1629 || (!pCmd->pszCmd[
[all...]
H A DDBGCCommands.cpp236 /* pszCmd, cArgsMin, cArgsMax, paArgDescs, cArgDescs, fFlags, pfnHandler pszSyntax, ....pszDescription */
306 if ( !strncmp(pachName, pCmd->pszCmd, cchName)
307 && !pCmd->pszCmd[cchName])
314 if ( !strncmp(pachName, g_aDbgcCmds[iCmd].pszCmd, cchName)
315 && !g_aDbgcCmds[iCmd].pszCmd[cchName])
326 if ( !strncmp(pachName, pExtCmds->paCmds[iCmd].pszCmd, cchName)
327 && !pExtCmds->paCmds[iCmd].pszCmd[cchName])
577 dbgcCmdHelpCmdOrFuncFull(pCmdHlp, pCmd->pszCmd, fExternal, pCmd->pszSyntax, pCmd->pszDescription,
604 dbgcCmdHelpCmdOrFunc(pCmdHlp, paCmds[i].pszCmd, fExternal, paCmds[i].pszSyntax, paCmds[i].pszDescription);
785 if (RTStrSimplePatternMatch(pszPattern, aFixedCmds[j].paCmds[i].pszCmd))
[all...]
/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.h32 const char *pszCmd, uint32_t fFlags,
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c486 static void crDebugDmlPrint(const char* pszDesc, const char* pszCmd) argument
488 crDebugDbgPrintF("<?dml?><exec cmd=\"%s\">%s</exec>, ( %s )\n", pszCmd, pszDesc, pszCmd);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2520 const char *pszCmd = a->argv[0]; local
2521 if (!strcmp(pszCmd, "loadmap"))
2523 if (!strcmp(pszCmd, "loadsyms"))
2525 //if (!strcmp(pszCmd, "unloadsyms"))
2527 if (!strcmp(pszCmd, "sethduuid") || !strcmp(pszCmd, "sethdparentuuid"))
2529 if (!strcmp(pszCmd, "dumphdinfo"))
2531 if (!strcmp(pszCmd, "listpartitions"))
2533 if (!strcmp(pszCmd, "createrawvmdk"))
2535 if (!strcmp(pszCmd, "renamevmd
[all...]
H A DVBoxManageDisk.cpp1563 const char *pszCmd = NULL; local
1575 pszCmd = (a->argc > 0) ? a->argv[0] : "";
1576 if ( !RTStrICmp(pszCmd, "disk")
1577 || !RTStrICmp(pszCmd, "dvd")
1578 || !RTStrICmp(pszCmd, "floppy"))
1580 if (!RTStrICmp(pszCmd, "disk"))
1582 else if (!RTStrICmp(pszCmd, "dvd"))
1584 else if (!RTStrICmp(pszCmd, "floppy"))
1588 AssertMsgFailed(("unexpected parameter %s\n", pszCmd));
1596 pszCmd
[all...]
H A DVBoxManageGuestCtrl.cpp797 const char *pszCmd = pArg->argv[1]; local
959 RTProcSelf(), pszNameOrId, pszCmd))
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp841 const char *pszCmd; member in struct:__anon16773
897 if (RTStrSimplePatternMultiMatch(papszArgs[iArg], RTSTR_MAX, g_aCommands[iCmd].pszCmd, RTSTR_MAX, NULL))
932 const char *pszCmd = argv[iArg]; local
935 if (!strcmp(g_aCommands[i].pszCmd, pszCmd))
937 RTMsgError("Unknown command '%s'.", pszCmd);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp144 VOID vboxVDbgDoPrintDmlCmd(const char* pszDesc, const char* pszCmd) argument
146 vboxVDbgPrint(("<?dml?><exec cmd=\"%s\">%s</exec>, ( %s )\n", pszCmd, pszDesc, pszCmd));
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp1608 static void crDmpPrintDmlCmd(const char* pszDesc, const char* pszCmd) argument
1610 crDmpPrint("<?dml?><exec cmd=\"%s\">%s</exec>, ( %s )\n", pszCmd, pszDesc, pszCmd);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestCtrl.cpp502 char *pszCmd, uint32_t cbCmd,
514 AssertPtrReturn(pszCmd, VERR_INVALID_POINTER);
531 VbglHGCMParmPtrSet(&Msg.cmd, pszCmd, cbCmd);
501 VbglR3GuestCtrlProcGetStart(PVBGLR3GUESTCTRLCMDCTX pCtx, char *pszCmd, uint32_t cbCmd, uint32_t *puFlags, char *pszArgs, uint32_t cbArgs, uint32_t *pcArgs, char *pszEnv, uint32_t *pcbEnv, uint32_t *pcEnvVars, char *pszUser, uint32_t cbUser, char *pszPassword, uint32_t cbPassword, uint32_t *puTimeoutMS, uint32_t *puPriority, uint64_t *puAffinity, uint32_t cbAffinity, uint32_t *pcAffinity) argument
/vbox/include/VBox/
H A Ddbg.h941 const char *pszCmd; member in struct:DBGCCMD
H A DVBoxGuestLib.h649 VBGLR3DECL(int) VbglR3GuestCtrlProcGetStart(PVBGLR3GUESTCTRLCMDCTX pCtx, char *pszCmd, uint32_t cbCmd, uint32_t *puFlags, char *pszArgs, uint32_t cbArgs, uint32_t *puNumArgs, char *pszEnv, uint32_t *pcbEnv, uint32_t *puNumEnvVars, char *pszUser, uint32_t cbUser, char *pszPassword, uint32_t cbPassword, uint32_t *puTimeoutMS, uint32_t *puPriority, uint64_t *puAffinity, uint32_t cbAffinity, uint32_t *pcAffinity);
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp709 /* pszCmd, cArgsMin, cArgsMax, paArgDesc, cArgDescs, fFlags, pfnHandler pszSyntax, ....pszDescription */
3741 bool const fNewState = !strcmp(pCmd->pszCmd, "pgmerror");
/vbox/src/recompiler/
H A DVBoxRecompiler.c218 .pszCmd ="remstep",

Completed in 1285 milliseconds