VirtualBox

Changeset 35696 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jan 24, 2011 6:03:33 PM (14 years ago)
Author:
vboxsync
Message:

PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions will be added separately from commands (superset of DBGCCMD).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r35694 r35696  
    189189 * Debugger commands.
    190190 */
    191 static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult);
     191static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs);
    192192
    193193/** '.remstep' arguments. */
     
    207207        .paArgDescs = &g_aArgRemStep[0],
    208208        .cArgDescs = RT_ELEMENTS(g_aArgRemStep),
    209         .pResultDesc = NULL,
    210209        .fFlags = 0,
    211210        .pfnHandler = remR3CmdDisasEnableStepping,
     
    36673666 * External Debugger Command: .remstep [on|off|1|0]
    36683667 */
    3669 static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult)
     3668static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs)
    36703669{
    36713670    int rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette