VirtualBox

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


Ignore:
Timestamp:
Feb 3, 2021 3:48:29 PM (4 years ago)
Author:
vboxsync
Message:

Debugger: doxygen fix attempt

File:
1 edited

Legend:

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

    r87577 r87580  
    238238    /** Debug control. */
    239239    uint64_t                    u64DbgCtrl;
    240     /** @todo */
     240    /** @todo lbr */
    241241    uint64_t                    u64LastBrToRip;
    242242    uint64_t                    u64LastBrFromRip;
     
    309309    /** Debug control. */
    310310    uint64_t                    u64DbgCtrl;
    311     /** @todo */
     311    /** @todo lbr */
    312312    uint64_t                    u64LastBrToRip;
    313313    uint64_t                    u64LastBrFromRip;
     
    11151115/** Cause a bugcheck request. */
    11161116#define KD_PACKET_MANIPULATE_REQ_SWITCH_PROCESSOR           UINT32_C(0x00003150)
    1117 /** @todo */
     1117/** @todo 0x3151-0x3155 */
    11181118/** Search memory for a pattern request. */
    11191119#define KD_PACKET_MANIPULATE_REQ_SEARCH_MEMORY              UINT32_C(0x00003156)
    1120 /** @todo */
     1120/** @todo 0x3157-0x3159 */
    11211121/** Clear all internal breakpoints request. */
    11221122#define KD_PACKET_MANIPULATE_REQ_CLEAR_ALL_INTERNAL_BKPT    UINT32_C(0x0000315a)
     
    11251125/** Query memory properties. */
    11261126#define KD_PACKET_MANIPULATE_REQ_QUERY_MEMORY               UINT32_C(0x0000315c)
    1127 /** @todo */
     1127/** @todo 0x315d, 0x315e */
    11281128/** Get context extended request. */
    11291129#define KD_PACKET_MANIPULATE_REQ_GET_CONTEXT_EX             UINT32_C(0x0000315f)
    1130 /** @todo */
     1130/** @todo 0x3160 */
    11311131/** Maximum available request (exclusive). */
    11321132#define KD_PACKET_MANIPULATE_REQ_MAX                        UINT32_C(0x00003161)
     
    18341834        && fCtxFlags & NTCONTEXT_F_FLOATING_POINT)
    18351835    {
    1836         /** @todo . */
     1836        /** @todo NTCONTEXT_F_FLOATING_POINT. */
    18371837    }
    18381838
     
    18401840        && fCtxFlags & NTCONTEXT_F_DEBUG)
    18411841    {
    1842         /** @todo */
     1842        /** @todo NTCONTEXT_F_DEBUG */
    18431843    }
    18441844
     
    19151915        && fCtxFlags & NTCONTEXT_F_FLOATING_POINT)
    19161916    {
    1917         /** @todo . */
     1917        /** @todo NTCONTEXT_F_FLOATING_POINT. */
    19181918    }
    19191919
     
    20182018    if (fCtxFlags & NTCONTEXT_F_FLOATING_POINT)
    20192019    {
    2020         /** @todo. */
     2020        /** @todo NTCONTEXT_F_FLOATING_POINT. */
    20212021    }
    20222022
     
    41174117        rc = DBGFR3Halt(pThis->Dbgc.pUVM, VMCPUID_ALL);
    41184118    }
    4119     else /* Send a reset packet (@todo Figure out the semantics in this case exactly). */
     4119    else /* Send a reset packet */ /** @todo Figure out the semantics in this case exactly. */
    41204120        rc = dbgcKdCtxPktSendReset(pThis);
    41214121
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