VirtualBox

Changeset 73484 in vbox for trunk/src


Ignore:
Timestamp:
Aug 3, 2018 12:50:51 PM (6 years ago)
Author:
vboxsync
Message:

DBGCEmulateCodeView: doxygen fix

File:
1 edited

Legend:

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

    r73460 r73484  
    29232923
    29242924
     2925/**
     2926 * Worker function that displays one descriptor entry (GDT, LDT, IDT).
     2927 *
     2928 * @returns pfnPrintf status code.
     2929 * @param   pCmdHlp     The DBGC command helpers.
     2930 * @param   pDesc       The descriptor to display.
     2931 * @param   iEntry      The descriptor entry number.
     2932 * @param   fHyper      Whether the selector belongs to the hypervisor or not.
     2933 * @param   hAs         Address space to use when resolving symbols.
     2934 * @param   pfDbgEntry  Where to indicate whether the entry is two entries wide.
     2935 *                      Optional.
     2936 */
    29252937static int dbgcCmdDumpDTWorker64(PDBGCCMDHLP pCmdHlp, PCX86DESC64 pDesc, unsigned iEntry, bool fHyper, RTDBGAS hAs,
    29262938                                 bool *pfDblEntry)
     
    30753087 * @param   iEntry      The descriptor entry number.
    30763088 * @param   fHyper      Whether the selector belongs to the hypervisor or not.
     3089 * @param   hAs         Address space to use when resolving symbols.
    30773090 */
    30783091static int dbgcCmdDumpDTWorker32(PDBGCCMDHLP pCmdHlp, PCX86DESC pDesc, unsigned iEntry, bool fHyper, RTDBGAS hAs)
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