This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross debugging on windows


On Tue, Mar 17, 2009 at 12:57:43PM +0100, Roland Schwingel wrote:
> Hi....
>
> Just a simple question.
> Is it possible to cross debug from a 32bit gdb a 64bit application (both  
> running on windows)?
> In my special case this would be a 32bit cygwin gdb debugging a mingw64  
> 64bit application.
> I know the usual small glitches when debugging a mingw application from a 
> cygwin gdb.
> But beside of this: Is it possible?
>
> There is the configure option --enable-64-bit-bfd. I tried it but it  
> appears to not do the trick...

Usually only the other direction is possible.  The 32-bit debugging
interfaces don't permit a 64-bit target.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]