From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10436 invoked by alias); 18 Sep 2005 19:10:25 -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 10144 invoked by uid 22791); 18 Sep 2005 19:10:04 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 18 Sep 2005 19:10:04 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-33-247.inter.net.il [80.230.33.247]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BLK50183 (AUTH halo1); Sun, 18 Sep 2005 22:09:57 +0300 (IDT) Date: Sun, 18 Sep 2005 19:10:00 -0000 Message-Id: From: Eli Zaretskii To: Mark Kettenis CC: brobecker@adacore.com, gdb-patches@sources.redhat.com In-reply-to: <200509180852.j8I8qsh2031573@elgar.sibelius.xs4all.nl> (message from Mark Kettenis on Sun, 18 Sep 2005 10:52:54 +0200 (CEST)) Subject: Re: [RFA] print arrays with indexes Reply-to: Eli Zaretskii References: <20050906202018.GC1153@adacore.com> <20050906205710.GA12715@nevyn.them.org> <20050907053951.GC1540@adacore.com> <20050907132316.GA3622@nevyn.them.org> <20050907202402.GF1540@adacore.com> <20050914171319.GD27542@adacore.com> <20050917204930.GB8777@nevyn.them.org> <20050917215138.GB2496@adacore.com> <200509180852.j8I8qsh2031573@elgar.sibelius.xs4all.nl> X-SW-Source: 2005-09/txt/msg00162.txt.bz2 > Date: Sun, 18 Sep 2005 10:52:54 +0200 (CEST) > From: Mark Kettenis > CC: brobecker@adacore.com, gdb-patches@sources.redhat.com > > Because it is more complicated as a user interface; in the > on/off/threshold case the user only has to remember a single command! I don't think we should rely on memory here: who can possibly remember all the commands we have in GDB?? My advice to every user is to use apropos, in which case they should see all the related commands, no matter how many of them are there.