From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16342 invoked by alias); 2 Dec 2005 14:38:00 -0000 Received: (qmail 16331 invoked by uid 22791); 2 Dec 2005 14:37:59 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Dec 2005 14:37:57 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-89-144.inter.net.il [80.230.89.144]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DCH62673 (AUTH halo1); Fri, 2 Dec 2005 16:37:52 +0200 (IST) Date: Fri, 02 Dec 2005 14:59:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew STUBBS CC: gdb-patches@sources.redhat.com In-reply-to: <439045E4.6080209@st.com> (message from Andrew STUBBS on Fri, 02 Dec 2005 13:02:28 +0000) Subject: Re: [PATCH] Enhance break command help Reply-to: Eli Zaretskii References: <438EEBC5.8040802@st.com> <438F2AC7.7070505@st.com> <439045E4.6080209@st.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00050.txt.bz2 > Date: Fri, 02 Dec 2005 13:02:28 +0000 > From: Andrew STUBBS > Cc: gdb-patches@sources.redhat.com > > > Also, can I ask you for a small favor? There are other *break and > > similar commands defined in breakpoint.c, whose doc strings reference > > those of other commands and eventually the one you fixed. I never > > liked those references: the user shouldn't need to look up several > > commands she doesn't care about to arrive at the required info. So > > could you please modify all those other doc strings to simply repeat > > the arguments' description you just fixed? > > How about the attached? I have broken out the common parts into a macro > to prevent duplication and hopefully make future maintenance easier. Thanks! This can go in.