[RFA/doco] Document NAME_OF_MALLOC

Joel Brobecker brobecker@gnat.com
Thu Sep 12 18:08:00 GMT 2002


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  <brobecker@gnat.com>

        * gdbint.texinfo (Target Conditionals): Document the new
        NAME_OF_MALLOC macro.

-- 
Joel
-------------- next part --------------
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


More information about the Gdb-patches mailing list