Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Working on the x86_64-windows native port...
@ 2008-11-13 22:45 Joel Brobecker
  2008-11-13 23:00 ` Christopher Faylor
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Joel Brobecker @ 2008-11-13 22:45 UTC (permalink / raw)
  To: gdb

[ChrisF, I noticed you prefer if we don't Cc you in addition to reaching
through the mailing-list. I work a little differently, so hopefully
you'll see this message]

Hello everyone,

Just a quick message to say that I started looking at porting GDB to
x86_64-windows. Currently, if I use a 32bit compiler and configure
GDB as a i686-pc-mingw32, I get a fine debugger.

Things get a little more interesting when I use a 64bit compiler
and configure GDB with x86_64-pc-mingw32 [1]. Basically, the root
of the issues I am seeing comes from the fact that win32-nat has
some ia32-specific code, in particular in terms of the registers
(see the CONTEXT structure for instance).

My intentions are to split off the 32bit-specific parts to
i386-windows-nat.c, and write the equivalent x86_64-windows-nat.c.
I hope that's OK with everyone (Chris?).

-- 
Joel

[1]: Currently, config.guess (IIRC) doesn't like mingw64. For now,
     I'll keep mingw32 as meaning either 32bit or 64bit. I'll probably
     fix this too, but later.


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

end of thread, other threads:[~2008-11-25 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 22:45 Working on the x86_64-windows native port Joel Brobecker
2008-11-13 23:00 ` Christopher Faylor
2008-11-15 17:45   ` Joel Brobecker
2008-11-25 17:33     ` Kai Tietz
2008-11-25 19:21       ` Joel Brobecker
2008-11-13 23:08 ` Mark Kettenis
2008-11-14  9:15 ` Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox