From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28506 invoked by alias); 25 Apr 2008 17:52:27 -0000 Received: (qmail 28497 invoked by uid 22791); 25 Apr 2008 17:52:26 -0000 X-Spam-Status: No, hits=-2.2 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) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Apr 2008 17:52:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m3PHq72v010559 for ; Fri, 25 Apr 2008 13:52:07 -0400 Received: from pobox-3.corp.redhat.com (pobox-3.corp.redhat.com [10.11.255.67]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3PHq6b6027047; Fri, 25 Apr 2008 13:52:06 -0400 Received: from toner.yyz.redhat.com (toner.yyz.redhat.com [10.15.16.55]) by pobox-3.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3PHq3h9031565; Fri, 25 Apr 2008 13:52:06 -0400 Message-ID: <48121A43.7000908@redhat.com> Date: Mon, 28 Apr 2008 11:55:00 -0000 From: Sami Wagiaalla User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Andrew Cagney CC: Petr Machata , frysk@sourceware.org Subject: Re: Shortcomings of HPD '#' identifier qualification syntax References: <20080406073643.GB14265@hridell.englab.brq.redhat.com> <47FB7039.3000304@redhat.com> In-Reply-To: <47FB7039.3000304@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00064.txt.bz2 I am now starting to implement # parsing in the search engine. I would like to generate a list of all possible queries that the search engine can be asked for. Here is what I have so far: - #lib#file#symbol - #lib#file#symbol@version ? - #lib#file#plt:symbol ? - #lib#symbol - #lib#symbol@version ? - #lib#plt:symbol ? - #file#symbol - #file#line Any additions, corrections, comments ? Sami Wagiaalla