From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12635 invoked by alias); 6 Nov 2003 21:03:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12620 invoked from network); 6 Nov 2003 21:03:03 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 6 Nov 2003 21:03:03 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 9090D1A4291; Thu, 6 Nov 2003 16:03:02 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16298.46854.491572.438957@localhost.redhat.com> Date: Thu, 06 Nov 2003 21:03:00 -0000 To: Daniel Jacobowitz Cc: "gdb-patches@sources.redhat.com" Subject: Re: [RFC]: Disallow ObjC search when resetting breakpoint. In-Reply-To: <20031106202659.GA31400@nevyn.them.org> References: <1066363062.1070.26.camel@localhost.localdomain> <16298.44254.36492.73447@localhost.redhat.com> <20031106202659.GA31400@nevyn.them.org> X-SW-Source: 2003-11/txt/msg00104.txt.bz2 Daniel Jacobowitz writes: > On Thu, Nov 06, 2003 at 03:19:42PM -0500, Elena Zannoni wrote: > > Hmm, not sure about this. Maybe it is the code that follows your new > > 'if' in decode_line_1 that should be changed. Definitely saving more > > info in the breakpoints would be helpful. > > > > Question: how does this work for overloaded functions in c++? > > decode_line_1 calls decode_compounds, which calls find_method, which > > calls decode_line_2, which asks the user. I would think a similar > > problem arises there. If not, then can we make objc do the same thing > > that c++ does? > > For C++, the problem doesn't arise. I think that ObjC's problem is > that one of the options is the same as the ambiguous form; C++ can > always generate a description of which overloaded function is meant. > Well, except when it can't. > ah, right. > I have some ideas on how to address this, but I haven't even created > the branch for it yet :) > Ok I was hoping you'd say that! :-) Let's wait then on this. elena > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer