From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29230 invoked by alias); 5 Jun 2011 20:58:02 -0000 Received: (qmail 29222 invoked by uid 22791); 5 Jun 2011 20:58:02 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Sun, 05 Jun 2011 20:57:44 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p55KvifX011036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 5 Jun 2011 16:57:44 -0400 Received: from host1.jankratochvil.net (ovpn-113-49.phx2.redhat.com [10.3.113.49]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p55Kvgnn030675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jun 2011 16:57:43 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p55KvfoK016093 for ; Sun, 5 Jun 2011 22:57:41 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p55KveP1016092 for gdb-patches@sourceware.org; Sun, 5 Jun 2011 22:57:40 +0200 Date: Sun, 05 Jun 2011 20:58:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [patch 0/2] physname reg.: C++ breakpoints / linespec fixes Message-ID: <20110605205740.GA15714@host1.jankratochvil.net> References: <20110605202615.GA20427@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110605202615.GA20427@host1.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-06/txt/msg00082.txt.bz2 On Sun, 05 Jun 2011 22:26:15 +0200, Jan Kratochvil wrote: > linespec is IMNSHO a hack anyway and one day it should be merged with the > general expression parser (used for example for `print'); This part I tried in: http://sourceware.org/gdb/wiki/ArcherBranchManagement archer-jankratochvil-linespec but it may rather just give a picture than to base anything on top of it in the future. Regards, Jan