* target.h (struct target_ops) <to_has_execution>: Add ptid_t
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index dcace77c2669b725181ace72dcdfbde3a5b875f5..634a4eab1cef3220dcd3132ff042927115e51527 100644 (file)
@@ -1,5 +1,131 @@
+2011-03-07  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_has_execution>: Add ptid_t
+       parameter.
+       (target_has_execution_1): Update.
+       (target_has_execution_current): Declare.
+       (target_has_execution): Call target_has_execution_current.
+       (default_child_has_execution): Update.
+       * target.c (default_child_has_execution): Add 'the_ptid'
+       parameter.
+       (target_has_execution_1): Likewise.
+       (target_has_execution_current): New function.
+       (add_target): Update.
+       (init_dummy_target): Update.
+       * remote-m32r-sdi.c (m32r_has_execution): New function.
+       (init_m32r_ops): Use it.
+       * record.c (record_core_has_execution): Now static.  Add
+       'the_ptid' parameter.
+       * inferior.c (have_live_inferiors): Don't save current thread.
+       Use target_has_execution_1.
+
+2011-03-07  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
+
+2011-03-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * elfread.c (elf_symtab_read): Minor reformatting.
+
+2011-03-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * objc-lang.c (selectors_info): Minor reformatting.
+
+2011-03-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (compare_names): Add FALLTHROUGH comment.
+
+2011-03-07  Joel Brobecker  <brobecker@adacore.com>
+           Michael Snyder  <msnyder@vmware.com>
+
+       * ada-valprint.c (ada_val_print_array): Move the declaration of
+       "byte_order" and "elttype" inside the block where these variables
+       are actually used.  Remove some special handling for the case
+       where "elttype" and "eltlen" are null.  Replace by a comment
+       and a couple of assertion checks.
+
+2011-03-05  Michael Snyder  <msnyder@vmware.com>
+
+       * source.c (add_path): Replace semicolon at end of block.
+       * dwarf2expr.c (execute_stack_op): Ditto.
+
+2011-03-05  Mike Frysinger  <vapier@gentoo.org>
+
+       * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
+       * configure.tgt (bfin-*-*linux*): Define gdb_sim.
+       (bfin-*-*): Likewise.
+
+2011-03-05  Michael Snyder  <msnyder@vmware.com>
+
+       * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
+       * mdebugread.c (parse_symbol): Ditto.
+       * parse.c (parse_exp_in_context): Ditto.
+       * source.c (add_path): Ditto.
+       * utils.c (gnu_debuglink_crc32): Ditto.
+       * varobj.c (variable_language): Ditto.
+
+       * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
+
 2011-03-04  Michael Snyder  <msnyder@vmware.com>
 
+       * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
+
+       * symfile.c (simple_overlay_update): Check for null return value
+       from lookup_minimal_symbol.
+
+       * gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.
+
+       * xml-syscall.c (syscall_start_syscall): Assert name is non null.
+
+2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * eval.c (parse_and_eval_address_1): Remove function.
+       * linespec.c (decode_indirect): Call parse_to_comma_and_eval
+       instead of parse_and_eval_address_1.
+       * value.h (parse_and_eval_address_1): Remove prototype.
+
+2011-03-04  Michael Snyder  <msnyder@vmware.com>
+
+       * remote.c (putpkt_binary): Document that case stmt falls through.
+
+2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * breakpointc (print_it_typical): Move NULL check from here...
+       (print_bp_stop_message): ... to here.
+
+2011-03-04  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
+
+       * breakpoint.c (enable_command): Use break instead of continue,
+       and fill in a missing break.
+       (disable_command): Ditto.
+
+2011-03-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
+       (terminal_save_ours): Remove misleading comment.
+       (inflow_inferior_data_cleanup): Free ttystate.
+       (inflow_inferior_exit): Likewise.
+       (copy_terminal_info): Copy ttystate.
+
+       * serial.c (serial_copy_tty_state): New function.
+       * serial.h (serial_copy_tty_state): Add prototype.
+       (struct serial_ops): Add copy_tty_state callback.
+       * ser-base.c (ser_base_copy_tty_state): New function.
+       * ser-base.h (ser_base_copy_tty_state): Add prototype.
+       * ser-go32.c (dos_copy_tty_state): New function.
+       (dos_ops): Install copy_tty_state callback.
+       * ser-mingw.c (_initialize_ser_windows): Likewise.
+       * ser-pipe.c (_initialize_ser_pipe): Likewise.
+       * ser-unix.c (hardwire_copy_tty_state): New function.
+       (_initialize_ser_hardwire): Install it.
+
+2011-03-04  Michael Snyder  <msnyder@vmware.com>
+
+       * breakpoint.c (create_breakpoint): Add missing break statement.
+
+       Reverting this patch:
+       * infcall.c (call_function_by_hand): Add break statements for lint.
+
        Reverting this patch:
        * cli/cli-script.c (script_from_file): Add break for lint.
 
This page took 0.027483 seconds and 4 git commands to generate.