From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10866 invoked by alias); 13 Sep 2002 01:08:31 -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 10700 invoked from network); 13 Sep 2002 01:08:29 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 13 Sep 2002 01:08:29 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 78324D2CC1; Thu, 12 Sep 2002 18:08:26 -0700 (PDT) Date: Thu, 12 Sep 2002 18:08:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/doco] Document NAME_OF_MALLOC Message-ID: <20020913010826.GS1105@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MrRUTeZlqqNo1jQ9" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00239.txt.bz2 --MrRUTeZlqqNo1jQ9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 329 Following the addition of NAME_OF_MALLOC in gdbarch, here is a small patch to the documentation. I hope it provides enough information, and that it is at the right place... 2002-09-12 Joel Brobecker * gdbint.texinfo (Target Conditionals): Document the new NAME_OF_MALLOC macro. -- Joel --MrRUTeZlqqNo1jQ9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gdbint.texi.diff" Content-length: 643 Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.100 diff -c -3 -r1.100 gdbint.texinfo *** gdbint.texinfo 24 Aug 2002 00:21:37 -0000 1.100 --- gdbint.texinfo 13 Sep 2002 01:01:43 -0000 *************** *** 3862,3867 **** --- 3862,3873 ---- @item REMOTE_BPT_VECTOR Defaults to @code{1}. + + @item NAME_OF_MALLOC + @findex NAME_OF_MALLOC + A string containing the name of the function to call in order to + allocate some memory in the inferior. The default value is "malloc". + @end ftable @section Adding a New Target --MrRUTeZlqqNo1jQ9--