Support multiple debug targets at the same time.
authorCasper Hornstrup <chorns@users.sourceforge.net>
Wed, 8 May 2002 17:05:32 +0000 (17:05 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Wed, 8 May 2002 17:05:32 +0000 (17:05 +0000)
commite37bad87b823d3713051187c5203d9fa49d1a363
tree6bab1151127efd659963ba5845989bf4d76bf2c1
parentf82f2801bb16ce6d0cdb629f6768307d8a8e4db9
Support multiple debug targets at the same time.
E.g. to use both serial logging on COM1 and GDB remote debugging on COM2 use:
/DEBUGPORT=COM1 /COM2 /DEBUGPORT=GDB
Made PICE compile with GCC 3.2.

svn path=/trunk/; revision=2944
23 files changed:
reactos/apps/utils/pice/loader/main.c
reactos/apps/utils/pice/module/bp.c
reactos/apps/utils/pice/module/dblflt.c
reactos/apps/utils/pice/module/gpfault.c
reactos/apps/utils/pice/module/init.c
reactos/apps/utils/pice/module/parse.c
reactos/apps/utils/pice/module/patch.c
reactos/apps/utils/pice/module/pgflt.c
reactos/apps/utils/pice/module/shell.c
reactos/apps/utils/pice/module/syscall.c
reactos/apps/utils/pice/module/trace.c
reactos/apps/utils/pice/module/utils.c
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/ntoskrnl/include/internal/kd.h
reactos/ntoskrnl/include/internal/ldr.h
reactos/ntoskrnl/kd/gdbstub.c
reactos/ntoskrnl/kd/kdebug.c
reactos/ntoskrnl/ke/catch.c
reactos/ntoskrnl/ldr/loader.c