* CONTRIBUTE: Minor reformatting.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3b97942431e4a1a957d99ca3a987d359ee85570a..e4bb9d333ffa6f838f6bebef5eb88e65d0ebd791 100644 (file)
@@ -1,3 +1,83 @@
+2009-01-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * CONTRIBUTE: Minor reformatting.
+
+2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
+
+       * MAINTAINERS: Add myself to Write After Approval.
+       * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
+       export directory.
+
+2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * remote-sim.c (gdb_os_error): Mark as a noreturn function.
+       Call exit to make it obvious to GCC.
+
+2009-01-08  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.
+
+2009-01-08  Joel Brobecker  <brobecker@adacore.com>
+           Emi Suzuki  <emi-suzuki@tjsys.co.jp>
+       * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
+       watchpoints.
+
+2009-01-07  Doug Evans  <dje@google.com>
+
+       * top.c (gdb_prompt_string): Delete, unused.
+
+2009-01-07  Pedro Alves  <pedro@codesourcery.com>
+
+       Delete ONE_PROCESS_WRITETEXT leftovers.
+
+       * breakpoint.c (insert_bp_location): Delete process_warning
+       argument.  Adjust.
+       (insert_breakpoint_locations): Adjust.
+       (reattach_breakpoints): Adjust.
+       * infrun.c (normal_stop): Drop "It might be running in another
+       process" notice.
+
+2009-01-07  Stan Shebs  <stan@codesourcery.com>
+
+       * config/pa/linux.mh (XDEPFILES): Remove.
+
+2009-01-07  Doug Evans  <dje@google.com>
+
+       * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
+
+2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
+       spacing, a regression from 2008-04-22.
+
+2009-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * utils.c (gdb_print_host_address): Adjust implementation to
+       reuse host_address_to_string. Move comment explaining the conversion
+       from host address to string from here...
+       (host_address_to_string): ... to there.
+
+2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
+
+       * MAINTAINERS: Add myself for write after approval privileges.
+
 2009-01-06  Tom Tromey  <tromey@redhat.com>
 
        * value.c (set_internalvar): Use value_free, not xfree.
This page took 0.025505 seconds and 4 git commands to generate.