VirtualBox

Changeset 93485 in vbox


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
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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.
  • TabularUnified 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.
  • TabularUnified 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    /*
  • TabularUnified trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp

    r93470 r93485  
    14401440 *
    14411441 * @returns COM status code
     1442 * @param   aMagicVersion       The VMMR3VTABLE_MAGIC_VERSION value of the
     1443 *                              caller so we can check that the function table
     1444 *                              is compatible.  (Otherwise, the caller can't
     1445 *                              safely release the UVM reference.)
    14421446 * @param   aUVM                Where to store the vm handle. Since there is no
    14431447 *                              uintptr_t in COM, we're using the max integer. (No,
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