diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-03 18:31:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-03 18:31:29 +0000 |
commit | 26e6c56a6682cc35c63fa1bfca57613b91ea9bf0 (patch) | |
tree | dffb5653776b397b8d46fabe3a71217c8fd64445 /gdb/ChangeLog | |
parent | f436dd25ca221a4536350cc2ef3a3783c03dd52d (diff) | |
download | gdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.zip gdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.tar.gz gdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.tar.bz2 |
* valops.c (hand_function_call): Move declaration of retbuf to
start of function, allocate using malloc, add a cleanup but before
the inf_status cleanup, cleanup the buffer. Rename local variable
old_chain to inf_status_cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 44d27b5..2c3e57e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-07-03 Andrew Cagney <ac131313@redhat.com> + + * valops.c (hand_function_call): Move declaration of retbuf to + start of function, allocate using malloc, add a cleanup but before + the inf_status cleanup, cleanup the buffer. Rename local variable + old_chain to inf_status_cleanup. + 2002-07-03 Martin M. Hunt <hunt@redhat.com> * top.c (execute_command): Use cmd_func() and cmd_func_p(). |