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