Add a const
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a9993903cd23c650edab0d1b9e66de27272c282e..c6de90eab80399777853e324efde30116a1de786 100644 (file)
@@ -1,3 +1,99 @@
+2014-06-18  Gary Benson  <gbenson@redhat.com>
+
+       * i386-nat.c (i386_handle_nonaligned_watchpoint) <size_try_array>:
+       Make const.
+
+2014-06-18  Gary Benson  <gbenson@redhat.com>
+
+       * i386-nat.c: Comment changes.
+
+2014-06-18  Gary Benson  <gbenson@redhat.com>
+
+       * i386-nat.c (I386_DR_WATCH_MASK): Remove macro.
+
+2014-06-18  Gary Benson  <gbenson@redhat.com>
+
+       * i386-nat.c (i386_length_and_rw_bits): Remove prototype.
+       (i386_insert_aligned_watchpoint): Likewise.
+       (i386_remove_aligned_watchpoint): Likewise.
+       (i386_handle_nonaligned_watchpoint): Likewise.
+
+2014-06-18  Gary Benson  <gbenson@redhat.com>
+
+       * i386-nat.c: Whitespace changes.
+
+2014-06-17  Samuel Bronson  <naesten@gmail.com>
+
+       * MAINTAINERS: Update Roland McGrath's email address.
+       Thanks to Sergio Durigan Junior for pointing out that he left
+       Red Hat a while ago, and giving me a current address.
+
+2014-06-17  Tom Tromey  <tromey@redhat.com>
+
+       * utils.h (savestring): Remove declaration.
+
+2014-06-17  Tom Tromey  <tromey@redhat.com>
+
+       * remote.c (extended_remote_run): Use make_cleanup_freeargv.
+
+2014-06-16  Keith Seitz  <keiths@redhat.com>
+
+       PR mi/15863
+       * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Do not attempt
+       to update the varobj if inferior_ptid is null_ptid.
+
+2014-06-16  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_info_proc>: Make parameter
+       const.
+       (target_info_proc): Update.
+       * target.c (target_info_proc): Make "args" const.
+       * procfs.c (procfs_info_proc): Update.
+       * linux-tdep.c (linux_info_proc): Update.
+       (linux_core_info_proc_mappings): Make "args" const.
+       (linux_core_info_proc): Update.
+       * gdbarch.sh (info_proc, core_info_proc): Make "args" const.
+       * gdbarch.c: Rebuild.
+       * gdbarch.h: Rebuild.
+       * corelow.c (core_info_proc): Update.
+
+2014-06-16  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_disconnect>: Make parameter
+       const.
+       (target_disconnect): Update.
+       * target.c (target_disconnect): Make "args" const.
+       * target-delegates.c: Rebuild.
+       * remote.c (remote_disconnect): Update.
+       * record.h (record_disconnect): Update.
+       * record.c (record_disconnect): Update.
+       * inf-child.c (inf_child_disconnect): Update.
+
+2014-06-16  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_rcmd>: Make "command" const.
+       * target.c (debug_to_rcmd, default_rcmd): Update.
+       * target-delegates.c: Rebuild.
+       * remote.c (remote_rcmd): Update.
+       * monitor.c (monitor_rcmd): Update.
+
+2014-06-16  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (insert_bp_location, remove_breakpoint_1): Adjust.
+       (disable_breakpoints_in_freed_objfile): Skip objfiles that don't
+       have OBJF_SHARED set.
+       * objfiles.c (userloaded_objfile_contains_address_p): Rename to...
+       (shared_objfile_contains_address_p): ... this.  Check OBJF_SHARED
+       instead of OBJF_USERLOADED.
+       * objfiles.h (OBJF_SHARED): Update comment.
+       (userloaded_objfile_contains_address_p): Rename to ...
+       (shared_objfile_contains_address_p): ... this, and update
+       comments.
+       * symfile.c (add_symbol_file_command): Also set OBJF_SHARED in the
+       new objfile.
+       (remove_symbol_file_command): Skip objfiles that don't have
+       OBJF_SHARED set.
+
 2014-06-16  Tom Tromey  <tromey@redhat.com>
 
        * minsyms.h (prim_record_minimal_symbol)
This page took 0.028054 seconds and 4 git commands to generate.