This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: fix PR 9350


> 2009-01-06  Tom Tromey  <tromey@redhat.com>
> 
> 	PR breakpoints/9350:
> 	* varobj.c (varobj_invalidate): Unconditionally free
> 	all_rootvarobj.
> 	* symfile.c (syms_from_objfile): Free local_addr when returning
> 	normally.
> 	* exec.c (exec_file_attach): Do cleanups before returning.
> 	(exec_file_command): Likewise.
> 	* corefile.c (reopen_exec_file): Do cleanups before returning.
> 	* breakpoint.c (insert_breakpoint_locations): Do cleanups before
> 	returning.
> 	(do_vec_free): New function.
> 	(update_global_location_list): Make a cleanup for old_locations.
> 	Do cleanups before returning.  Remove unused variable 'e'.
> 	(find_condition_and_thread): Free result of parsing the
> 	expression.
> 	(print_it_typical): Do cleanups before returning.
> 	(breakpoint_re_set_one): Always free sals.sals.

Thanks, Tom. This is OK.

I did noticed that a patch to value.c disappeared compared to
the initial patch. But it looks like it's been taken care of
already, so all is well.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]