diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-07-09 16:53:03 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-07-09 16:53:03 +0000 |
commit | d8bf3afa188f522f9251cb372627881729c2d382 (patch) | |
tree | 522c7f4b010484e9b15ece4646a38b0133cf142c /gdb/mi/ChangeLog | |
parent | 96052a95b19f3acefb057415cc63d71c0c62ed6b (diff) | |
download | gdb-d8bf3afa188f522f9251cb372627881729c2d382.zip gdb-d8bf3afa188f522f9251cb372627881729c2d382.tar.gz gdb-d8bf3afa188f522f9251cb372627881729c2d382.tar.bz2 |
Fix memory leak and compilation problems using AIX 5 native compiler.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 5bf43f7..9784216 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,12 @@ +2001-07-09 Kevin Buettner <kevinb@redhat.com> + + * mi-main.c (register_changed_p, get_register): Use alloca() + to allocate space previously allocated via gcc's + variable-length array extension. + (mi_cmd_data_write_register_values, mi_cmd_data_write_memory): + Change type of ``buffer'' to ``void *''. Don't cast return value + from xmalloc(). Add a cleanup to free the xmalloc'd buffer. + 2001-07-07 Andrew Cagney <ac131313@redhat.com> * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr |