From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28400 invoked by alias); 23 May 2003 15:42:18 -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 28354 invoked from network); 23 May 2003 15:42:17 -0000 Received: from unknown (HELO dali.onevision.de) (212.77.172.62) by sources.redhat.com with SMTP; 23 May 2003 15:42:17 -0000 Received: from onevision.de (oppenheim [192.168.7.120]) by dali.onevision.de (8.11.7/8.11.3/ROSCH/DB) with ESMTP id h4NFgAs11485; Fri, 23 May 2003 17:42:10 +0200 Message-ID: <3ECE4152.8080600@onevision.de> Date: Fri, 23 May 2003 15:42:00 -0000 From: Roland Schwingel Organization: OneVision Software AG User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, de-de, en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: Keith Seitz , gdb , "insight@sources.redhat.com" Subject: Re: gdb/Insight 5.3 really slow when stepping - patch submitted to gdb-patch list References: <3ECE1AC4.60304@schwingel.com> <3ECE3E9E.5040508@redhat.com> In-Reply-To: <3ECE3E9E.5040508@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00313.txt.bz2 Hi... Andrew Cagney wrote: > I wonder. > > For cygwin, a file can't be deleted unless it is closed. This causes > problems when GDB has the executible open (for symbols) when in another > window the user is trying to do make. > > Did GDB or Insight get modified to close the file, and if it did, could > that be causing the open/close? In this case gdb did not try to open executables. It tried to open source files (.c/.h/.m files in particular). On success it did nothing else then getinfo and close... Roland