VirtualBox

Changeset 86110 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2020 8:48:13 AM (4 years ago)
Author:
vboxsync
Message:

Debugger/RemoteKd: Add beginnings of debug stub talking the KD remote protocol (WinDbg and friends), heavy work in progress [doxygen fix]

File:
1 edited

Legend:

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

    r86109 r86110  
    982982 * @param   idCpu               The CPU to query the context for.
    983983 * @param   pNtCtx              The NT context structure to fill in.
    984  * @param   pCtxFlags           Combination of NTCONTEXT_F_XXX determining what to fill in.
     984 * @param   fCtxFlags           Combination of NTCONTEXT_F_XXX determining what to fill in.
    985985 */
    986986static int dbgcKdCtxQueryNtCtx64(PKDCTX pThis, VMCPUID idCpu, PNTCONTEXT64 pNtCtx, uint32_t fCtxFlags)
     
    10791079 * @param   pThis               The KD context.
    10801080 * @param   idCpu               The CPU to query the context for.
    1081  * @param   pNtCtx              The NT context structure to fill in.
    1082  * @param   pCtxFlags           Combination of NTCONTEXT_F_XXX determining what to fill in.
     1081 * @param   pKNtCtx             The NT context structure to fill in.
     1082 * @param   fCtxFlags           Combination of NTCONTEXT_F_XXX determining what to fill in.
    10831083 */
    10841084static int dbgcKdCtxQueryNtKCtx64(PKDCTX pThis, VMCPUID idCpu, PNTKCONTEXT64 pKNtCtx, uint32_t fCtxFlags)
     
    13231323 * @param   u32Signature        The signature to send.
    13241324 * @param   u16SubType          The sub type to send.
    1325  * @param   idPacket            Packet ID to send.
    13261325 * @param   paSegs              Pointer to the array of segments to send in the body, optional.
    13271326 * @param   cSegs               Number of segments.
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