[Bug 702846] Review Request: mingw32-gdb - MinGW Windows port of the GDB debugger

bugzilla at redhat.com bugzilla at redhat.com
Sun May 8 19:21:07 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=702846

--- Comment #2 from Kalev Lember <kalev at smartlink.ee> 2011-05-08 15:21:05 EDT ---
One way to debug MinGW cross compiled programs is to use gdb's remote debugging
features: gdbserver.exe would run under wine and control the execution of the
program we are debugging; native gdb (running on the same host) can then
communicate with gdbserver's process over a TCP connection. The technique is
explained at http://mingw-cross.sourceforge.net/cross_debug.html

There have been numerous requests for MinGW cross compiled gdb, and quite
frankly I just got tired of telling everyone that they have to build gdb
themselves.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list