mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Forgot to update a prototype in here. Also, a while ago, I stopped getting
the LDR_MODULE definition, so I fixed that. svn path=/trunk/; revision=11725
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: kd.h,v 1.27 2004/08/26 16:04:50 blight Exp $
|
||||
/* $Id: kd.h,v 1.28 2004/11/20 22:21:35 arty Exp $
|
||||
*
|
||||
* kernel debugger prototypes
|
||||
*/
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <internal/ke.h>
|
||||
#include <internal/ldr.h>
|
||||
#include <ntdll/ldr.h>
|
||||
|
||||
#define KD_DEBUG_DISABLED 0x00
|
||||
#define KD_DEBUG_GDB 0x01
|
||||
@@ -154,8 +155,10 @@ KdbSymPrintAddress(IN PVOID Address);
|
||||
|
||||
KD_CONTINUE_TYPE
|
||||
KdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
|
||||
KPROCESSOR_MODE PreviousMode,
|
||||
PCONTEXT Context,
|
||||
PKTRAP_FRAME TrapFrame);
|
||||
PKTRAP_FRAME TrapFrame,
|
||||
BOOLEAN HandleAlways);
|
||||
|
||||
#endif /* KDBG */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user