* inflow.c (child_terminal_inferior): Add comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e6f56c0a0042ffcc0697ffdd1c10ccd4bff1600d..e494a2aab34bf697337d8122c7d8f76663c780ea 100644 (file)
@@ -1,3 +1,78 @@
+2014-07-31  Doug Evans  <dje@google.com>
+
+       * inflow.c (child_terminal_inferior): Add comment.
+       (child_terminal_ours_for_output): Add comment.
+       (child_terminal_ours): Add comment.
+       * linux-nat.c (linux_nat_terminal_inferior): Add comment.
+       (linux_nat_terminal_ours): Add comment.
+
+2014-07-31  Gary Benson  <gbenson@redhat.com>
+
+       * common/btrace-common.h: Do not include defs.h or server.h.
+       * nat/mips-linux-watch.h: Likewise.
+       * gdb-dlfcn.h: Do not include defs.h.
+       * tracefile.h: Likewise.
+
+2014-07-30  Roland McGrath  <mcgrathr@google.com>
+
+       * remote-sim.c (gdbsim_open): Apply constification to forward decl.
+
+2014-07-30  Tom Tromey  <tromey@redhat.com>
+
+       * bsd-kvm.c (bsd_kvm_open): Constify.
+       * corelow.c (core_open): Constify.
+       * ctf.c (ctf_open): Constify.
+       * dbug-rom.c (dbug_open): Constify.
+       * exec.c (exec_open): Constify.
+       * m32r-rom.c (m32r_open, mon2000_open): Constify.
+       * microblaze-rom.c (picobug_open): Constify.
+       * nto-procfs.c (procfs_open_1, procfs_open, procfs_native_open):
+       Constify.
+       * ppcbug-rom.c (ppcbug_open0, ppcbug_open1): Constify.
+       * record-btrace.c (record_btrace_open): Constify.
+       * record-full.c (record_full_core_open_1, record_full_open_1)
+       (record_full_open): Constify.
+       * remote-m32r-sdi.c (m32r_open): Constify.
+       * remote-mips.c (common_open, mips_open, pmon_open, ddb_open)
+       (rockhopper_open, lsi_open): Constify.
+       * remote-sim.c (gdbsim_open): Constify.
+       * remote.c (remote_open, extended_remote_open, remote_open_1):
+       Constify.
+       * target.h (struct target_ops) <to_open>: Make "arg" const.
+       * tracefile-tfile.c (tfile_open): Constify.
+
+2014-07-30  Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (map_breakpoint_numbers): Update.
+       * cli/cli-utils.c (get_number_trailer): Make "pp" const.  Update.
+       (get_number_const): New function.
+       (get_number): Rewrite using get_number_const.
+       (init_number_or_range): Make "string" const.
+       (number_is_in_list): Make "list" const.
+       * cli/cli-utils.h (get_number_const): Declare.
+       (struct get_number_or_range_state) <string, end_ptr>: Now const.
+       (init_number_or_range, number_is_in_list): Update.
+       * printcmd.c (map_display_numbers): Update.
+       * value.c (value_from_history_ref): Constify.
+       * value.h (value_from_history_ref): Update.
+
+2014-07-30  Tom Tromey  <tromey@redhat.com>
+
+       * corefile.c (hook_type, call_extra_exec_file_hooks)
+       (specify_exec_file_hook): Constify.
+       * exec.c (exec_file_attach): Make "filename" const.
+       * gdbcore.h (deprecated_exec_file_display_hook)
+       (specify_exec_file_hook, exec_file_attach): Constify.
+       * main.c (captured_main): Use catch_command_errors_const.
+
+2014-07-30  Tom Tromey  <tromey@redhat.com>
+
+       * target.c (open_target): New function.
+       (add_target_with_completer, add_deprecated_target_alias): Use
+       set_cmd_sfunc, set_cmd_context.
+       (debug_to_open): Remove.
+       (setup_target_debug): Update.
+
 2014-07-30  Yao Qi  <yao@codesourcery.com>
 
        * parser-defs.h (struct exp_descriptor) <operator_check>: Update
        momentary_breakpoint_from_master with additional argument.
        (momentary_breakpoint_from_master): Add argument to function
        definition and use it to initialize structure member flag.
-       (clone_momentary_breakpoint): Call 
+       (clone_momentary_breakpoint): Call
        momentary_breakpoint_from_master with additional argument.
        * infrun.c (follow_inferior_reset_breakpoints): Clear structure
        member flags set in momentary_breakpoint_from_master.
        (gdb_PyObject_HasAttrString): New inline function definitions.
        * py-value.c (get_field_flag): Remove the now unnecessary cast to
        char * of the second argument to PyObject_GetAttrString.
-       
+
 2014-06-10  Joel Brobecker  <brobecker@adacore.com>
 
        * serial.c (serial_write): Fix index of character to be printed
 
 2014-02-03  Kevin Buettner  <kevinb@redhat.com>
 
-       * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite 
+       * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
        dwarf2_to_gdb[] table using symbolic constants.  Adjust
        penultimate entry from number representing the PC register
        to symbolic constant representing the MDR register.  Add
This page took 0.026804 seconds and 4 git commands to generate.