VirtualBox

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


Ignore:
Timestamp:
Jan 29, 2022 12:32:20 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149604
Message:

Debugger,Main: Doxygen fixes. bugref:10074

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

Legend:

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

    r93470 r93485  
    218218 * @param   pThis           The instance data.
    219219 * @param   pUVM            The user mode VM handle.
     220 * @param   pVMM            The VMM function table.
    220221 * @param   pszName         The image name.
    221222 * @param   uKernelStart    The kernel start address.
  • trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp

    r93470 r93485  
    443443 *
    444444 * @param   pUVM    The user mode VM handle.
     445 * @param   pVMM    The VMM function table.
    445446 * @param   pThis   Our instance data.
    446447 * @param   pModCtl Pointer to the modctl structure.
     
    595596 *
    596597 * @param   pUVM    The user mode VM handle.
     598 * @param   pVMM    The VMM function table.
    597599 * @param   pThis   Our instance data.
    598600 * @param   pModCtl Pointer to the modctl structure.
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r93468 r93485  
    585585     * @param   a_pVMM          The VMM function table.
    586586     */
    587     VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent, PCVMMR3VTABLE pVMM);
     587    VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent, PCVMMR3VTABLE a_pVMM);
    588588
    589589    /** Destructor */
     
    26842684
    26852685
    2686 VBoxDbgStatsModelVM::VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent, PCVMMR3VTABLE pVMM)
    2687     : VBoxDbgStatsModel(a_pParent), VBoxDbgBase(a_pDbgGui), m_pVMM(pVMM)
     2686VBoxDbgStatsModelVM::VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent, PCVMMR3VTABLE a_pVMM)
     2687    : VBoxDbgStatsModel(a_pParent), VBoxDbgBase(a_pDbgGui), m_pVMM(a_pVMM)
    26882688{
    26892689    /*
Note: See TracChangeset for help on using the changeset viewer.

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