From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Le06E-0006RE-1m for qemu-devel@nongnu.org; Sun, 01 Mar 2009 23:49:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Le06B-0006ND-EV for qemu-devel@nongnu.org; Sun, 01 Mar 2009 23:49:53 -0500 Received: from [199.232.76.173] (port=45935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Le06B-0006Mr-7T for qemu-devel@nongnu.org; Sun, 01 Mar 2009 23:49:51 -0500 Received: from main.gmane.org ([80.91.229.2]:39467 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Le06A-0005da-Pm for qemu-devel@nongnu.org; Sun, 01 Mar 2009 23:49:51 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Le066-000652-84 for qemu-devel@nongnu.org; Mon, 02 Mar 2009 04:49:46 +0000 Received: from pool-173-50-253-227.ptldor.fios.verizon.net ([173.50.253.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 04:49:46 +0000 Received: from void by pool-173-50-253-227.ptldor.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 04:49:46 +0000 From: "Alex" Date: Sun, 1 Mar 2009 20:49:40 -0800 Message-ID: References: <49A9A69F.6000309@bttr-software.de> <49AAF453.2070509@bttr-software.de> Sender: news Subject: [Qemu-devel] Re: Re: Debugging Qemu binary on Win32 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org -- Alex. "Johannes Schindelin" wrote in message news:alpine.DEB.1.00.0903012223450.10279@pacific.mpi-cbg.de... > Hi, > > On Sun, 1 Mar 2009, Robert Riebisch wrote: > >> Alex wrote: >> >> >> How can I debug my Qemu SVN binary on Win32? When I remove flags >> >> "-O2" or "-fomit-frame-pointer" Qemu.exe doesn't build anymore. :-( >> > >> > I've seen this problem with old mingw. GCC4 with all latest mingw libs >> > compiles it with -O0. >> >> But there's no official MinGW GCC 4. > > Somebody pointed out the semi-official GCC4 for MinGW on the msysGit > mailing list: > > http://www.tdragon.net/recentgcc/ > > Apparently, a few MinGWsters use it. > > Ciao, > Dscho > > I use this: http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=241304&release_id=596917 Technically, it is still in alpha, but at least it works.