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 | a23a7bf1bbdd46bdfe834a148a1c03bcc7b80857 (patch) | |
tree | 1d0f2d8624ce5484aba897e15ad7b9497e69c62e /gdb/doc/gdbint.texinfo | |
parent | ca1eb0ba304b66b2027abc3fc246185d2708c093 (diff) | |
download | gdb-a23a7bf1bbdd46bdfe834a148a1c03bcc7b80857.zip gdb-a23a7bf1bbdd46bdfe834a148a1c03bcc7b80857.tar.gz gdb-a23a7bf1bbdd46bdfe834a148a1c03bcc7b80857.tar.bz2 |
* gdbint.texinfo (Target Conditionals): Document the new
NAME_OF_MALLOC macro.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a5f4de5..b2e81a5 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 |