From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Todd Whitesel Cc: GDB Developers Subject: Re: win32 native-process GDB target? Date: Wed, 15 Mar 2000 15:52:00 -0000 Message-id: <20000315185222.A26285@cygnus.com> References: <200003152347.PAA13106@alabama.wrs.com> X-SW-Source: 2000-03/msg00250.html On Wed, Mar 15, 2000 at 03:47:38PM -0800, Todd Whitesel wrote: >Am I correct in assuming that the cygwin GDB requires its debuggee to also >be cygwin? This is not a requirement. You should be able to debug any windows process with a gdb linked with cygwin. The only caveat is that gdb has to understand the debugging format of the executable. It can't, currently, debug executables linked with MSVC. cgf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Todd Whitesel Cc: GDB Developers Subject: Re: win32 native-process GDB target? Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <20000315185222.A26285@cygnus.com> References: <200003152347.PAA13106@alabama.wrs.com> X-SW-Source: 2000-q1/msg00715.html Message-ID: <20000401000000.qZopivTVdKuwJ8Unu6_WAOiCb7N2BhQ64ow43wa4yeA@z> On Wed, Mar 15, 2000 at 03:47:38PM -0800, Todd Whitesel wrote: >Am I correct in assuming that the cygwin GDB requires its debuggee to also >be cygwin? This is not a requirement. You should be able to debug any windows process with a gdb linked with cygwin. The only caveat is that gdb has to understand the debugging format of the executable. It can't, currently, debug executables linked with MSVC. cgf