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

NAME_OF_MALLOC macro.
This commit is contained in:
Joel Brobecker 2002-09-19 13:14:46 +00:00
parent ca1eb0ba30
commit a23a7bf1bb
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-09-19 Joel Brobecker <brobecker@gnat.com>
* gdbint.texinfo (Target Conditionals): Document the new
NAME_OF_MALLOC macro.
2002-09-05 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Contributors): Mention 5.2 and 5.3 release

View file

@ -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