public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* win32 native-process GDB target?
@ 2000-03-15 15:47 Todd Whitesel
  2000-03-15 15:52 ` Chris Faylor
  2000-04-01  0:00 ` Todd Whitesel
  0 siblings, 2 replies; 6+ messages in thread
From: Todd Whitesel @ 2000-03-15 15:47 UTC (permalink / raw)
  To: GDB Developers

I have a local request here for a GDB that can debug a win32 native process.
More specifically, ELF objects dynamically loaded into a straight MSVC app.
(It is better for me NDA-wise if I don't give any details beyond that.)

Am I correct in assuming that the cygwin GDB requires its debuggee to also
be cygwin? If so, then does anyone know the status of win32 native process
target stuff? Unless it's recent, I'm pretty sure I haven't seen anything
claiming to be such in the sources yet, so I'm afraid our guy may be out
of luck.

-- 
Todd Whitesel
toddpw @ windriver.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: win32 native-process GDB target?
  2000-03-15 15:47 win32 native-process GDB target? Todd Whitesel
@ 2000-03-15 15:52 ` Chris Faylor
  2000-03-15 15:57   ` muller
  2000-04-01  0:00   ` Chris Faylor
  2000-04-01  0:00 ` Todd Whitesel
  1 sibling, 2 replies; 6+ messages in thread
From: Chris Faylor @ 2000-03-15 15:52 UTC (permalink / raw)
  To: Todd Whitesel; +Cc: GDB Developers

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: win32 native-process GDB target?
  2000-03-15 15:52 ` Chris Faylor
@ 2000-03-15 15:57   ` muller
  2000-04-01  0:00     ` muller
  2000-04-01  0:00   ` Chris Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: muller @ 2000-03-15 15:57 UTC (permalink / raw)
  To: Chris Faylor, Todd Whitesel; +Cc: GDB Developers

At 18:52 15/03/00 -0500, Chris Faylor wrote:
>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.

  It certainly isn't !!!

  I debug win32 executable made by Free Pascal Compiler with
the win32 GDB without problems 
(Free Pascal generates stabs debugging format
but doesn't use any C library !)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: win32 native-process GDB target?
  2000-03-15 15:57   ` muller
@ 2000-04-01  0:00     ` muller
  0 siblings, 0 replies; 6+ messages in thread
From: muller @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Chris Faylor, Todd Whitesel; +Cc: GDB Developers

At 18:52 15/03/00 -0500, Chris Faylor wrote:
>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.

  It certainly isn't !!!

  I debug win32 executable made by Free Pascal Compiler with
the win32 GDB without problems 
(Free Pascal generates stabs debugging format
but doesn't use any C library !)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* win32 native-process GDB target?
  2000-03-15 15:47 win32 native-process GDB target? Todd Whitesel
  2000-03-15 15:52 ` Chris Faylor
@ 2000-04-01  0:00 ` Todd Whitesel
  1 sibling, 0 replies; 6+ messages in thread
From: Todd Whitesel @ 2000-04-01  0:00 UTC (permalink / raw)
  To: GDB Developers

I have a local request here for a GDB that can debug a win32 native process.
More specifically, ELF objects dynamically loaded into a straight MSVC app.
(It is better for me NDA-wise if I don't give any details beyond that.)

Am I correct in assuming that the cygwin GDB requires its debuggee to also
be cygwin? If so, then does anyone know the status of win32 native process
target stuff? Unless it's recent, I'm pretty sure I haven't seen anything
claiming to be such in the sources yet, so I'm afraid our guy may be out
of luck.

-- 
Todd Whitesel
toddpw @ windriver.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: win32 native-process GDB target?
  2000-03-15 15:52 ` Chris Faylor
  2000-03-15 15:57   ` muller
@ 2000-04-01  0:00   ` Chris Faylor
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Faylor @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Todd Whitesel; +Cc: GDB Developers

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-15 15:47 win32 native-process GDB target? Todd Whitesel
2000-03-15 15:52 ` Chris Faylor
2000-03-15 15:57   ` muller
2000-04-01  0:00     ` muller
2000-04-01  0:00   ` Chris Faylor
2000-04-01  0:00 ` Todd Whitesel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).