diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-09-19 13:14:46 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-09-19 13:14:46 +0000 |
commit | bb2e545b09a7abab555c4b6749fe775d13a2f89f (patch) | |
tree | 044f360f55365c800355715a53134f38c92cb4c1 /gdb/doc | |
parent | e396a7035db2558a394a8bf7fc3e0397ffdcaa1a (diff) | |
download | gdb-bb2e545b09a7abab555c4b6749fe775d13a2f89f.tar.gz |
* gdbint.texinfo (Target Conditionals): Document the new
NAME_OF_MALLOC macro.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 02a80cfe097..2047963f1d7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 48596ec1869..08434feed40 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -41,7 +41,7 @@ Software Foundation raise funds for GNU development.'' @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.100 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.101 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -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 |