From f9b6646df1cdbca30a22a7ede2d6970b17407fd6 Mon Sep 17 00:00:00 2001 From: brobecke Date: Thu, 19 Sep 2002 13:14:46 +0000 Subject: [PATCH] * gdbint.texinfo (Target Conditionals): Document the new NAME_OF_MALLOC macro. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 02a80cfe09..2047963f1d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-19 Joel Brobecker + + * gdbint.texinfo (Target Conditionals): Document the new + NAME_OF_MALLOC macro. + 2002-09-05 Andrew Cagney * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a5f4de503c..b2e81a52b8 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3862,6 +3862,12 @@ not defined, it will default to @code{0xf}. @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 -- 2.11.0