From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14204 invoked by alias); 11 Oct 2003 02:21:09 -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 14182 invoked from network); 11 Oct 2003 02:21:08 -0000 Received: from unknown (HELO sire.mail.pas.earthlink.net) (207.217.120.182) by sources.redhat.com with SMTP; 11 Oct 2003 02:21:08 -0000 Received: from ip216-26-76-90.dsl.du.teleport.com ([216.26.76.90] helo=kanga.canids.net) by sire.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A89NT-0004Vv-00 for gdb@sources.redhat.com; Fri, 10 Oct 2003 19:21:08 -0700 Received: from grayscale.local (grayscale.local [192.168.1.4]) by kanga.canids.net (Postfix) with ESMTP id 96D87158F81 for ; Fri, 10 Oct 2003 19:21:00 -0700 (PDT) From: Felix Lee To: gdb@sources.redhat.com Subject: Re: Unambiguously specifying source locations In-Reply-To: Message from Daniel Jacobowitz of "Fri, 10 Oct 2003 11:30:51 EDT." <20031010153050.GA7318@nevyn.them.org> Date: Sat, 11 Oct 2003 02:21:00 -0000 Message-Id: <20031011022100.96D87158F81@kanga.canids.net> X-SW-Source: 2003-10/txt/msg00180.txt.bz2 > [libfoo.so.2][foo-1.cc:foo_func:75][bar-1.h:inline_one:33]\ > [bar-1.h:inline_two:36] One thing I'm not clear about, you're mixing source locators with object locators. Is it really a path? Maybe it should be an arbitrary qualifier list instead? Like foofunc[obj libfoo.so] foofunc[src foo.h in foo1.cc] the first would be all foofunc in libfoo.so. the second would be all foofunc the compiler generates from foo.cc/foo.h. and perhaps let the user combine qualifiers with boolean operators. --