From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23579 invoked by alias); 13 Sep 2002 00:28:07 -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 23572 invoked from network); 13 Sep 2002 00:28:06 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 13 Sep 2002 00:28:06 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E0C6DD2CC1; Thu, 12 Sep 2002 17:28:03 -0700 (PDT) Date: Thu, 12 Sep 2002 17:28:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add one "const" keyword Message-ID: <20020913002803.GO1105@gnat.com> References: <20020912235127.GM1105@gnat.com> <3D812DC2.6030001@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D812DC2.6030001@ges.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00227.txt.bz2 > >2002-09-12 Joel Brobecker > > > > * value.h (find_function_in_inferior): Add const keyword to > > one of the parameters. Allows us to invoke this function with > > a const char *. > > * valops.c (find_function_in_inferior): Likewise. > > So yes, obvious. Thank you, it's in. BTW: Would it be worth having a page with a list of easy changes that could help the gdb project? This one would qualify, and being able to compile with -WWwrite-strings would be quite useful. I remember when I was doing my military service (this stopped being an obligation only a few years after I did mine) that I found myself with a lot of free time. I moved my computer on my desk, and I was wondering how I could contribute back to the free software community, to say thank you. I looked at helping on certain projects I was interested in, but ended up creating GtkAda with another friend of mine, as most of the assignments I would be able to get from the already existing projects seemed a bit too hard as a first step in the project. Maybe a page with such a list of easy changes for some people looking for some ways to contribute would help? Just some out of the box thinking... -- Joel