From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6740 invoked by alias); 30 Sep 2009 19:07:35 -0000 Received: (qmail 6729 invoked by uid 22791); 30 Sep 2009 19:07:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Sep 2009 19:07:27 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8UJ6ibo017233; Wed, 30 Sep 2009 15:06:45 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8UJ6gUN020274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Sep 2009 15:06:44 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n8UJ6gaF025359; Wed, 30 Sep 2009 21:06:42 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n8UJ6ecS025356; Wed, 30 Sep 2009 21:06:40 +0200 Date: Wed, 30 Sep 2009 19:07:00 -0000 From: Jan Kratochvil To: =?utf-8?Q?S=C3=A9bastien?= Granjoux Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: Fix breakpoints when several source files have the same name Message-ID: <20090930190640.GA25287@host0.dyn.jankratochvil.net> References: <4A1926A2.1000806@free.fr> <20090929222024.GH6362@adacore.com> <4AC3A927.1060702@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4AC3A927.1060702@free.fr> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00960.txt.bz2 On Wed, 30 Sep 2009 20:53:27 +0200, Sébastien Granjoux wrote: > That's fine for me but months ago I get an email offlist from Jan > Kratochvil who has fixed this bug with another patch. [...] > Anyway, I would really like to get this bug fixed, so if you think > it's ok, I can update my own patch. yes, some fix of your would be great, not sure when I can get to the patch of mine. I can later rebase it on yours. Thanks, Jan