mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[NTOS:KD] Merge KdpStub with kd64 version
This commit is contained in:
parent
c2946ced92
commit
d5fe15e5e6
2 changed files with 1 additions and 18 deletions
|
@ -188,23 +188,6 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOLEAN
|
|
||||||
NTAPI
|
|
||||||
KdpStub(IN PKTRAP_FRAME TrapFrame,
|
|
||||||
IN PKEXCEPTION_FRAME ExceptionFrame,
|
|
||||||
IN PEXCEPTION_RECORD ExceptionRecord,
|
|
||||||
IN PCONTEXT ContextRecord,
|
|
||||||
IN KPROCESSOR_MODE PreviousMode,
|
|
||||||
IN BOOLEAN SecondChanceException)
|
|
||||||
{
|
|
||||||
return KdpTrap(TrapFrame,
|
|
||||||
ExceptionFrame,
|
|
||||||
ExceptionRecord,
|
|
||||||
ContextRecord,
|
|
||||||
PreviousMode,
|
|
||||||
SecondChanceException);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PUBLIC FUNCTIONS *********************************************************/
|
/* PUBLIC FUNCTIONS *********************************************************/
|
||||||
|
|
||||||
static PCHAR
|
static PCHAR
|
||||||
|
|
|
@ -261,6 +261,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
|
||||||
/* Return TRUE or FALSE to caller */
|
/* Return TRUE or FALSE to caller */
|
||||||
return Handled;
|
return Handled;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
@ -312,7 +313,6 @@ KdpStub(IN PKTRAP_FRAME TrapFrame,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue