Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / dbg / kdb.c
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Gregor AnichAdd possibility to make KDB break on module-loads....
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Gregor AnichFix handling of breakpoint exceptions in KDB.
2004-11-18 Art YerkesChanged kdbg a bit by adding some new flags (and a...
2004-11-10 Gregor AnichPrint exception names/strings when KDB is entered.
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-27 Gregor AnichAdded KdbpSafeRead/WriteMemory macros (translated into...
2004-08-31 Filip Navara- Don't use ULONG for storing pointers.
2004-08-27 Gregor AnichDo not call HalReleaseDisplayOwnership when KDB is...
2004-08-26 Gregor AnichChange stabs handling of KDB - does no longer allocate...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Hartmut Birr- Replaced MmGetPageEntry with MmGetPageProtect/MmSetPa...
2004-08-10 Filip NavaraFix compiler warnings.
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-08-01 Thomas Bluemelfixed KDBG:=1 builds. Patch by blight
2004-07-19 Gregor AnichDon't interpret \\r\\n as 2 newlines.
2004-05-04 Filip Navara- Fix recognition of CALL instruction. Spotted by Anich...
2004-03-15 Hartmut Birr- Changed ctype.h from mingw to ntoskrnl its own.
2004-03-14 David Welch- Fixed bug with recalling previous input.
2004-03-13 David Welch- Added basic tracing, breakpoints and disassembly...
2004-02-24 Thomas Bluemeladded /KDNOECHO parameter to disable serial echo by...
2004-01-17 Art YerkesCross commits from the release branch. Serial echo...
2004-01-13 Art YerkesRe-enabled stabs reading in the kernel debugger.
2004-01-10 Art YerkesAdded kjs system to the kernel.
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-23 Art YerkesAdded "addr" "x" and "tlist" commands to kdbg.
2003-12-14 Hartmut Birr- Removed ctype.h.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-18 David WelchSymbol loading working in kdb.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-04-22 Casper HornstrupAdded kernel debugger help (type help for a list of...
2001-04-16 David WelchSMP detection work
2001-04-12 David WelchReduced the size of the kernel disk image by moving...
2001-04-10 David WelchCorrect problem with keyboard input not being accepted