From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25904 invoked by alias); 3 Apr 2008 21:59:33 -0000 Received: (qmail 25896 invoked by uid 22791); 3 Apr 2008 21:59:32 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008 21:59:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1DEBA2A9B8E; Thu, 3 Apr 2008 17:59:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Or8WkkKcWfn8; Thu, 3 Apr 2008 17:59:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DBF5C2A9B8A; Thu, 3 Apr 2008 17:59:09 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C0DF5E7ACD; Thu, 3 Apr 2008 14:59:07 -0700 (PDT) Date: Fri, 04 Apr 2008 00:39:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/doco] Document "set/show multiple-symbols" command Message-ID: <20080403215907.GB23283@adacore.com> References: <20080402185012.GF3583@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2008-04/txt/msg00083.txt.bz2 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 336 > Other then that, this text is fine with me. Thanks, Eli. I incorporated your suggestions and checked the patch in. It occured to me that I should have proposed a NEWS entry as well: 2008-04-03 Joel Brobecker * NEWS: Mention new commands set/show multiple-symbols. OK to commit? Thanks, -- Joel --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 686 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.263 diff -u -p -r1.263 NEWS --- NEWS 14 Mar 2008 22:30:07 -0000 1.263 +++ NEWS 3 Apr 2008 21:56:55 -0000 @@ -25,6 +25,12 @@ show exec-wrapper unset exec-wrapper Use a wrapper program to launch programs for debugging. +set multiple-symbols (all|ask|cancel) +show multiple-symbols + The value of this variable can be changed to adjust the debugger behavior + when an expression or a breakpoint location contains an ambiguous symbol + name (an overloaded function name, for instance). + *** Changes in GDB 6.8 * New native configurations --OXfL5xGRrasGEqWY--