winedbg: Support for debugging child processes.
commitb795f8735dd367316ba5aa075da153b38a48cd70
authorEric Pouech <eric.pouech@wanadoo.fr>
Sat, 10 Feb 2007 09:48:52 +0000 (10 10:48 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Feb 2007 12:59:53 +0000 (12 13:59 +0100)
treec89ed16f71a56c0944900e9d7b2559eb7b3964e1
parent6cf2734574532408decadca3348249b4faaecb41
winedbg: Support for debugging child processes.

Added internal flag (AlsoDebugProcChild) to let winedbg debug both
parent and child (in the same WineDbg session).
programs/winedbg/debug.l
programs/winedbg/debugger.h
programs/winedbg/intvar.h
programs/winedbg/tgt_active.c
programs/winedbg/winedbg.c