From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30501 invoked by alias); 2 Apr 2005 22:32:09 -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 30459 invoked from network); 2 Apr 2005 22:32:05 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 2 Apr 2005 22:32:05 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j32MW16p022292; Sun, 3 Apr 2005 00:32:01 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j32MW1dM009705; Sun, 3 Apr 2005 00:32:01 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j32MW17K028497; Sun, 3 Apr 2005 00:32:01 +0200 (CEST) Date: Sat, 02 Apr 2005 22:32:00 -0000 Message-Id: <200504022232.j32MW17K028497@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <01c537d2$Blat.v2.4$b33b6080@zahav.net.il> (eliz@gnu.org) Subject: Re: [COMMIT] More additions of undocumented commands References: <01c537d2$Blat.v2.4$b33b6080@zahav.net.il> X-SW-Source: 2005-04/txt/msg00030.txt.bz2 Date: Sun, 03 Apr 2005 01:23:11 +0300 From: "Eli Zaretskii" This adds documentation for a few more missing commands and index entries. Committed. 2005-04-03 Eli Zaretskii * gdb.texinfo (Targets): Document "set/show architecture". Remove redundant index entry for "target" command. (Backtrace): Add index entries. (Symbols, Fortran): Document the "set case-sensitive" command. (DJGPP Native): Document "set com1base", "set com1irq", etc. (Print Settings): Add index entry for "set demangle-style". (Target Commands): Document "set download-write-size". (Debugging Output): Document "set exec-done-display". Great! Thanks for doing this. Mark