From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4872 invoked by alias); 20 Aug 2009 18:39:39 -0000 Received: (qmail 4864 invoked by uid 22791); 20 Aug 2009 18:39:38 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_45,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Aug 2009 18:39:27 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KOO00500UFF2700@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Thu, 20 Aug 2009 21:39:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.180.85]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KOO00C2MUHNP180@i-mtaout7.012.net.il>; Thu, 20 Aug 2009 21:39:24 +0300 (IDT) Date: Thu, 20 Aug 2009 20:40:00 -0000 From: Eli Zaretskii Subject: Re: RFC: allow breakpoints on labels In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tz02gwm2.fsf@gnu.org> References: 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-08/txt/msg00328.txt.bz2 > From: Tom Tromey > Date: Thu, 20 Aug 2009 11:15:46 -0600 > > I'd appreciate comments. This also needs a doc review. The patch for the manual is fine. As for the feature itself: I wonder if it would be possible to support FILE:LABEL and/or FUNCTION:LABEL as well. Since labels are local to the function in which they are used, just LABEL sounds too restrictive. Thanks.