* ada-lang.c (is_known_support_routine): Add explicit free of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3b2551bc6c647853d2f001bed175d1c2ebbfa9c3..9ca55d7f81f2aaa004dd237e9e1254f919dab92a 100644 (file)
@@ -1,3 +1,19 @@
+2013-05-22  Keith Seitz  <keiths@redhat.com>
+
+       * ada-lang.c (is_known_support_routine): Add explicit free of
+       'func_name' from find_frame_funname.
+       (ada_unhandled_exception_name_addr_from_raise): Add cleanups
+       for func_name from find_frame_funname.
+       * python/py-frame.c (frapy_name): Add explicit free of
+       'name' from find_frame_funname.
+       * stack.c (find_frame_funname): Add comment explaining that
+       funcp must be freed by the caller.
+       Return copy of symbol names instead of pointers.
+       (print_frame): Add a cleanup for 'funname' from
+       find_frame_funname.
+       * stack.h (find_frame_funname): Remove "const" from
+       'funname' parameter.
+
 2013-05-22  Tom Tromey  <tromey@redhat.com>
 
        PR c++/15401:
This page took 0.038322 seconds and 4 git commands to generate.