Changeset 86110 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2020 8:48:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCRemoteKd.cpp
r86109 r86110 982 982 * @param idCpu The CPU to query the context for. 983 983 * @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. 985 985 */ 986 986 static int dbgcKdCtxQueryNtCtx64(PKDCTX pThis, VMCPUID idCpu, PNTCONTEXT64 pNtCtx, uint32_t fCtxFlags) … … 1079 1079 * @param pThis The KD context. 1080 1080 * @param idCpu The CPU to query the context for. 1081 * @param p NtCtxThe 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. 1083 1083 */ 1084 1084 static int dbgcKdCtxQueryNtKCtx64(PKDCTX pThis, VMCPUID idCpu, PNTKCONTEXT64 pKNtCtx, uint32_t fCtxFlags) … … 1323 1323 * @param u32Signature The signature to send. 1324 1324 * @param u16SubType The sub type to send. 1325 * @param idPacket Packet ID to send.1326 1325 * @param paSegs Pointer to the array of segments to send in the body, optional. 1327 1326 * @param cSegs Number of segments.
Note:
See TracChangeset
for help on using the changeset viewer.