From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22871 invoked by alias); 11 Mar 2002 19:17:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22781 invoked from network); 11 Mar 2002 19:16:56 -0000 Received: from unknown (HELO nycsmtp1out.rdc-nyc.rr.com) (24.29.99.226) by sources.redhat.com with SMTP; 11 Mar 2002 19:16:56 -0000 Received: from TWAIN (66-65-66-55.nyc.rr.com [66.65.66.55]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2BJFqbd021761 for ; Mon, 11 Mar 2002 14:15:52 -0500 (EST) Date: Mon, 11 Mar 2002 11:17:00 -0000 From: Jonathan Simms To: gdb@sources.redhat.com Subject: A Very Simple Question about source/target files Message-ID: X-X-Sender: slyphon@spamcop.net@alpha.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-03/txt/msg00100.txt.bz2 Hello all, I'm new here, so if this isn't the right place to ask this stuff, please just point me in the right direction... I've been using gdb on cygwin, running it with the insight gui. One thing that's been driving me nuts is that every time I figure out a correction to make, I have to shut down gdb before running the compiler. Apparently, I can't figure out how to get gdb to release the source file (a.exe, for example) so that gcc can (re)write it. Any help would be much appreciated...