From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24812 invoked by alias); 3 Dec 2005 12:51:17 -0000 Received: (qmail 24805 invoked by uid 22791); 3 Dec 2005 12:51:17 -0000 X-Spam-Check-By: sourceware.org Received: from thunder.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.71) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 03 Dec 2005 12:51:16 +0000 Received: from [192.168.0.10] (220-253-18-66.VIC.netspace.net.au [220.253.18.66]) by mail.netspace.net.au (Postfix) with ESMTP id E8E554ACBD for ; Sat, 3 Dec 2005 23:51:11 +1100 (EST) Message-ID: <439194C3.6010403@netspace.net.au> Date: Sat, 03 Dec 2005 12:51:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050914 Debian/1.7.11-1 MIME-Version: 1.0 Cc: gdb@sourceware.org Subject: Re: [commit] Clarify "monitor" command References: <20051202233207.GA19812@nevyn.them.org> <8f2776cb0512021657i3f780f77sb1294b51753ffaaa@mail.gmail.com> <20051203023154.GA22527@nevyn.them.org> <439105DF.5040708@netspace.net.au> <20051203024500.GA22826@nevyn.them.org> <43910D47.2070300@netspace.net.au> <20051203033336.GA23537@nevyn.them.org> <43911985.9050901@netspace.net.au> <20051203041402.GA24030@nevyn.them.org> <439122AF.5080606@netspace.net.au> <20051203044939.GA24620@nevyn.them.org> <43912C55.7090708@netspace.net.au> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00034.txt.bz2 Eli Zaretskii wrote: >>Date: Sat, 03 Dec 2005 16:25:41 +1100 >>From: Russell Shaw >>Cc: gdb@sourceware.org >> >>It would be useful if the manual actually said that this is the way to >>add new commands for an external monitor. It is bad when i can only learn >>new things about gdb by complaining. > > Thank you for pointing this out. I've just committed the following > change to the GDB manual: > > 2005-12-03 Eli Zaretskii > > * gdb.texinfo (Connecting): Explain that `monitor' is a way to > extend GDB with commands for external monitor. Thanks. A decent manual makes all the difference;)