* gdbint.texinfo (Target Conditionals): Document the new
NAME_OF_MALLOC macro.
This commit is contained in:
parent
ca1eb0ba30
commit
a23a7bf1bb
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
2002-09-05 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
|
* gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
|
||||||
|
|
|
@ -3862,6 +3862,12 @@ not defined, it will default to @code{0xf}.
|
||||||
|
|
||||||
@item REMOTE_BPT_VECTOR
|
@item REMOTE_BPT_VECTOR
|
||||||
Defaults to @code{1}.
|
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
|
@end ftable
|
||||||
|
|
||||||
@section Adding a New Target
|
@section Adding a New Target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue