delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3AB63538.5BBD316@home.com> |
Date: | Mon, 19 Mar 2001 09:35:05 -0700 |
From: | Stephen Smith <ischis2 AT home DOT com> |
X-Mailer: | Mozilla 4.76 [en] (Windows NT 5.0; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | Stephen Smith <ischis2 AT home DOT com>, Cygwin <cygwin AT cygwin DOT com> |
Subject: | Re: upgraded gdb won't trace code |
References: | <3AB62FA2 DOT B216C588 AT home DOT com> |
My bad, I couldn't use the run icon. I first had to open a console window and use the run command and then the icons worked. Sorry for the earlier post. sps Stephen Smith wrote: > I wanted to upgrade to the newest gdb (remember that the one currently built for cygwin is the 5.0 release and doesn't > follow the mount table correctly). Anyway, > it is the same version that I built as a cross debugger (snapshot 20010306). > > I compile the gdb (i686-pc-cygwin) and compile a target executable t.exe to test the new debugger. I then run "gdb > t.exe" and the code comes up in the window > But I can't run or step through the program from within gdb. Any clue as to why not? > > sps > > ------------------------------- code for executible ------------------------------------ > #include <stdio.h> > > int a = 5; > > main () > { > while( --a > 0) > printf( "%d\n", a ); > } > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |