Added GNU Debugger stub for remote debugging.
authorCasper Hornstrup <chorns@users.sourceforge.net>
Wed, 23 Jan 2002 23:39:26 +0000 (23:39 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Wed, 23 Jan 2002 23:39:26 +0000 (23:39 +0000)
commit5a6adb4f13abeafcc842e880384a16b05b797ffb
tree6c52090ddc087e426195f2bbfb58890b540d4187
parent198a54413833171a118b952679e35a5c04000100
Added GNU Debugger stub for remote debugging.
Fixed bugs in NtQueryDirectoryObject.
Added static library target.

svn path=/trunk/; revision=2546
25 files changed:
reactos/.gdbinit
reactos/config
reactos/gdb.ini [new file with mode: 0644]
reactos/hal/hal/hal.c
reactos/hal/hal/hal.def
reactos/hal/hal/hal.edf
reactos/hal/halx86/kdbg.c
reactos/include/ddk/kdfuncs.h
reactos/include/ddk/ketypes.h
reactos/include/ntos/except.h
reactos/include/ntos/types.h
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/cm/regfile.c
reactos/ntoskrnl/include/internal/kd.h
reactos/ntoskrnl/include/internal/ldr.h
reactos/ntoskrnl/kd/gdbstub.c [new file with mode: 0644]
reactos/ntoskrnl/kd/kdebug.c
reactos/ntoskrnl/ke/catch.c
reactos/ntoskrnl/ke/i386/exp.c
reactos/ntoskrnl/ke/i386/irq.c
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/ldr/loader.c
reactos/ntoskrnl/mm/mm.c
reactos/ntoskrnl/ob/dirobj.c
reactos/tools/helper.mk