Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
301 B

  1. //
  2. // dbgdot.h
  3. //
  4. // Wdeb386 dot command (.w) support
  5. //
  6. VOID KERNENTRY dbgprintf(const char *, ...);
  7. VOID KERNENTRY dbgEvalExpr(DWORD *);
  8. BOOL KERNENTRY VerifyMemory(void *, int);
  9. DWORD KERNENTRY GetDbgChar(void);
  10. VOID KERNENTRY InitDotCommand(void);
  11. BOOL KERNENTRY LockMemory(void *, DWORD);