VirtualBox

Changeset 65118 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Jan 4, 2017 5:09:04 PM (8 years ago)
Author:
vboxsync
Message:

Debugger: doxygen fixes

Location:
trunk/src/VBox/Debugger
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCmdHlp.cpp

    r62838 r65118  
    255255
    256256/**
    257  * @interface_method_impl{DBGCCMDHLP,pfnStrPrintf}
     257 * @interface_method_impl{DBGCCMDHLP,pfnStrPrintfV}
    258258 */
    259259static DECLCALLBACK(size_t) dbgcHlpStrPrintfV(PDBGCCMDHLP pCmdHlp, char *pszBuf, size_t cbBuf,
     
    699699
    700700/**
    701  * @interface_method_impl{DBGCCMDHLP,pfnFailV}
     701 * @interface_method_impl{DBGCCMDHLP,pfnFailRcV}
    702702 */
    703703static DECLCALLBACK(int) dbgcHlpFailRcV(PDBGCCMDHLP pCmdHlp, PCDBGCCMD pCmd, int rc, const char *pszFormat, va_list va)
     
    936936 * @interface_method_impl{DBGCCMDHLP,pfnVarConvert}
    937937 */
    938 static DECLCALLBACK(int) dbgcHlpVarConvert(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pInVar, DBGCVARTYPE enmToType, bool fConvSyms,
     938static DECLCALLBACK(int) dbgcHlpVarConvert(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, DBGCVARTYPE enmToType, bool fConvSyms,
    939939                                           PDBGCVAR pResult)
    940940{
    941941    PDBGC           pDbgc = DBGC_CMDHLP2DBGC(pCmdHlp);
    942     DBGCVAR const   InVar = *pInVar;    /* if pInVar == pResult  */
     942    DBGCVAR const   InVar = *pVar;      /* if pVar == pResult  */
    943943    PCDBGCVAR       pArg = &InVar;      /* lazy bird, clean up later */
    944944    DBGFADDRESS     Address;
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r64770 r65118  
    16261626 *
    16271627 * @returns nothing.
    1628  * @param   pDumpBb             The basic block dump state to dump.
     1628 * @param   pDumpBranchTbl      The basic block dump state to dump.
    16291629 * @param   hScreen             The screen to draw to.
    16301630 */
     
    26212621
    26222622/**
    2623  * @callback_method_impl{FNDBGCCMD,
    2624  *      The 'p', 'pc', 'pt', 't', 'tc', and 'tt' commands.}
     2623 * @callback_method_impl{FNDBGCCMD, The 'p'\, 'pc'\, 'pt'\, 't'\, 'tc'\, and 'tt' commands.}
    26252624 */
    26262625static DECLCALLBACK(int) dbgcCmdStepTrace(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, unsigned cArgs)
     
    47174716 * @retval  VINF_SUCCESS on success.
    47184717 *
     4718 * @param   pCmdHlp The command helper callback table.
    47194719 * @param   pvBuf   The buffer to convert into.
    47204720 * @param   pcbBuf  The buffer size on input. The size of the result on output.
  • trunk/src/VBox/Debugger/DBGCEval.cpp

    r62838 r65118  
    573573 * @param   pDbgc       Debugger console instance data.
    574574 * @param   pszExpr     The expression string.
     575 * @param   cchExpr     The size of the expression string.
    575576 * @param   enmCategory The target category for the result.
    576577 * @param   pResult     Where to store the result of the expression evaluation.
     
    10431044 * @param   paVarDescs      See DBGCCMD::paVarDescs and DBGCFUNC::paVarDescs.
    10441045 * @param   cVarDescs       See DBGCCMD::cVarDescs and DBGCFUNC::cVarDescs.
    1045  * @param   pszArg          Pointer to the arguments to parse.
     1046 * @param   pszArgs         Pointer to the arguments to parse.
    10461047 * @param   piArg           Where to return the index of the first argument in
    10471048 *                          DBGC::aArgs. Always set. Caller must restore DBGC::iArg
  • trunk/src/VBox/Debugger/DBGCScreenAscii.cpp

    r64576 r65118  
    236236 *
    237237 * @returns VBox status code.
    238  * @param   pScreen             The screen to blit.
     238 * @param   hScreen             The screen to blit.
    239239 * @param   pfnBlit             Blitting callback.
    240240 * @param   pvUser              Opaque user data to pass to the dumper callback.
  • trunk/src/VBox/Debugger/DBGCTcp.cpp

    r62838 r65118  
    169169
    170170/** @copydoc FNDBGCBACKSETREADY */
    171 static DECLCALLBACK(void) dbgcTcpBackSetReady(PDBGCBACK pBack, bool fBusy)
     171static DECLCALLBACK(void) dbgcTcpBackSetReady(PDBGCBACK pBack, bool fReady)
    172172{
    173173    /* stub */
    174174    NOREF(pBack);
    175     NOREF(fBusy);
     175    NOREF(fReady);
    176176}
    177177
  • trunk/src/VBox/Debugger/DBGPlugInLinux.cpp

    r64359 r65118  
    20922092 * @param   pszCfg              The config data.
    20932093 * @param   ppszCfgNext         Where to store the pointer to the data following the identifier.
    2094  * @param   pcbCfg              Where the initial size of the string is stored.
    2095  *                              Contains the remaining string length on return.
    20962094 * @param   ppCfgItem           Where to store the created config item on success.
    20972095 */
     
    21752173 * @returns VBox status code
    21762174 * @param   pThis               The Linux digger data.
    2177  * @param   pbCfg               The config string.
     2175 * @param   pszCfg              The config string.
    21782176 */
    21792177static int dbgDiggerLinuxCfgParse(PDBGDIGGERLINUX pThis, const char *pszCfg)
  • trunk/src/VBox/Debugger/VBoxDbgBase.h

    r62480 r65118  
    4444     * Construct the object.
    4545     *
    46      * @param   pDbgGui     Pointer to the debugger gui object.
     46     * @param   a_pDbgGui   Pointer to the debugger gui object.
    4747     */
    4848    VBoxDbgBase(VBoxDbgGui *a_pDbgGui);
     
    130130     * Construct the object.
    131131     *
    132      * @param   pDbgGui     Pointer to the debugger gui object.
     132     * @param   a_pDbgGui   Pointer to the debugger gui object.
     133     * @param   a_pParent   Pointer to the parent object.
    133134     */
    134135    VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent);
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