From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19699 invoked by alias); 18 Mar 2013 03:45:54 -0000 Received: (qmail 19678 invoked by uid 22791); 18 Mar 2013 03:45:53 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Mar 2013 03:45:46 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MJU005007PUNY00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 18 Mar 2013 05:45:37 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJU005JU7S1BPA0@a-mtaout22.012.net.il>; Mon, 18 Mar 2013 05:45:37 +0200 (IST) Date: Mon, 18 Mar 2013 05:39:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 5/7] range stepping: New command 'maint set range stepping' In-reply-to: <51467725.3080805@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y5dl1ic7.fsf@gnu.org> References: <1363006291-13334-1-git-send-email-yao@codesourcery.com> <1363006291-13334-6-git-send-email-yao@codesourcery.com> <834nghx3yn.fsf@gnu.org> <51467725.3080805@codesourcery.com> X-IsSubscribed: yes 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: 2013-03/txt/msg00708.txt.bz2 > Date: Mon, 18 Mar 2013 10:08:37 +0800 > From: Yao Qi > CC: > > On 03/12/2013 01:04 AM, Eli Zaretskii wrote: > >> +@kindex maint set range-stepping > >> >+@kindex maint show range-stepping > >> >+@cindex range-stepping > >> >+@item maint set range-stepping > >> >+@itemx maint show range-stepping > >> >+Control whether to do stepping in an address range. > > Why is this a maintenance command? > > Don't have any special reasons to do this. The range stepping should be > always on if target supports, and it can be turned off for some > "maintenance purpose", so I set this command as a maintenance command. What would be the possible reasons to turn this feature off? Once we have the reasons, we could try thinking whether or not they are limited to GDB maintenance.