From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22432 invoked by alias); 3 Jan 2012 11:18:21 -0000 Received: (qmail 22423 invoked by uid 22791); 3 Jan 2012 11:18:20 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Jan 2012 11:17:58 +0000 Received: by wgbds11 with SMTP id ds11so22522953wgb.12 for ; Tue, 03 Jan 2012 03:17:57 -0800 (PST) Received: by 10.227.5.208 with SMTP id 16mr25359786wbw.17.1325589477711; Tue, 03 Jan 2012 03:17:57 -0800 (PST) Received: from [192.168.0.103] (bl16-31-110.dsl.telepac.pt. [188.81.31.110]) by mx.google.com with ESMTPS id f19sm33536443wbo.13.2012.01.03.03.17.56 (version=SSLv3 cipher=OTHER); Tue, 03 Jan 2012 03:17:56 -0800 (PST) Message-ID: <4F02E3E2.9030906@gmail.com> Date: Tue, 03 Jan 2012 11:18:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: FYI: minsyms documentation References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-01/txt/msg00090.txt.bz2 On 12/22/2011 02:34 AM, Tom Tromey wrote: > I am checking this in on the trunk. > Today I decided to try to document the minsyms API more or less the way > I would like APIs to be documented in general. This patch implements > that; it move documentation from function definitions to minsyms.h, adds > an introductory comment about minsyms there as well, and it rearranges > the header into a more logical order. +1 from me. -- Pedro Alves