* fork-child.c (SHELL_FILE): Remove #ifndef.
[binutils-gdb.git] / gdb / ChangeLog
index 6121e919dc24f1b57152cb7df64b3b877762a891..6b2fc5a35b460f2521b18a2f27257a5f0ef5114a 100644 (file)
@@ -1,3 +1,78 @@
+2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * fork-child.c (SHELL_FILE): Remove #ifndef.
+       (fork_inferior): Remove SHELL_COMMAND_CONCAT.
+
+2008-01-25  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * i386-tdep.c (i386_skip_noop): New function.
+       (i386_analyze_prologue): Call i386_skip_noop function.
+
+2008-01-24  Michael Snyder  <msnyder@specifix.com>
+
+       * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
+       * win32-nat.c (win32_xfer_partial): Ditto.
+       * target.c (default_xfer_partial): Minor whitespace adjustment.
+
+2008-01-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
+       strip bit 1 even if pc doesn't point to thumb code.
+
+2008-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (remote_wait): Handle SIGINT between packets.
+       (remote_async_wait): Likewise.
+
+2008-01-23  Vladimir Prus  <vladimir@codesourcery.com>
+           Chris Demetriou  <cgd@google.com>
+
+        * thread.c (add_thread_silent): Renamed
+        from add_thread.
+        (print_thread_events): New variable definition.
+        (show_print_thread_events): New function.
+        (_initialize_thread): Add "set print thread-events" and
+        "show print thread-events" commands.
+        (add_thread): Announce new thread.
+        * gdbthread.h (add_thread_silent): Declare.
+        (print_thread_events): New variable declaration.
+        * inf-ttrace.c (inf_ttrace_wait): Don't
+        inform about new thread, as add_thread is always
+        called too, and will take care of that.
+        * infrun.c (handle_inferior_event): Likewise.
+        * procfs.c (procfs_wait): Likewise.
+        * remote.c (remote_currthread): Likewise.
+        * sol-thread.c (sol_thread_wait): Likewise.
+        * win32-nat.c (get_win32_debug_event): Likewise.
+        * linux-thread-db.c (attach_thread): Likewise.
+        Remove the verbose parameter.
+        (check_event): Make detach_thread be verbose
+        only if print_thread_events is set.
+        * linux-nat.c (lin_lwp_attach_lwp): Don't inform
+        about new thread.  This is called only from
+        linux-thread-db.c:attach_thread, which will take care.
+        Remove the verbose parameter.
+        * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
+
+2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
+
+2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * breakpoint.c (break_command_really): New parameter
+       ignore_count.
+       (break_command_1): Pass 0 as
+       ignore_count to break_command_really.
+       (gdb_breakpoint): Pass ignore_count to
+       break_command_really.
+
+2008-01-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
+       sigcontext struct via pointer.
+       (struct sigframe comment): Update to show new field `psc'.
+
 2008-01-21  Vladimir Prus  <vladimir@codesourcery.com>
 
        * infrun.c (handle_inferior_event): If