* monitor.c (monitor_insert_breakpoint): Remove unused variable `bp'.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6bb1c9b288a50782379c6a0c7e29d75b2fa18859..d3c833cbe670151ab2c450d981bb08fa2cc1241c 100644 (file)
@@ -1,4 +1,201 @@
-2008-10-28  Tom Tromey  <tromey@redhat.com>
+2008-11-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * monitor.c (monitor_insert_breakpoint): Remove unused variable `bp'.
+
+2008-11-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * ia64-tdep.c: Remove commented out #define.
+
+2008-11-12  Joel Brobecker  <brobecker@adacore.com>
+
+       From Joel Sherrill  <joel.sherrill@oarcorp.com>
+       * remote-sim.c (gdbsim_mourn_inferior): Use "target" parameter
+       instead of the "gdbsim_ops" global.
+
+2008-11-11  Doug Evans  <dje@google.com>
+
+       * infcall.c (call_function_by_hand): Handle inferior exit.
+
+2008-11-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * remote-sim.c (gdbsim_create_inferior, gdbsim_mourn_inferior): Add
+       missing struct target_ops argument.
+
+2008-11-11  Joel Sherrill <joel.sherrilL@oarcorp.com>
+
+       * MAINTAINERS: Add myself for write after approval privileges.
+
+2008-11-10  Tom Tromey  <tromey@redhat.com>
+
+       * gdbtypes.c (copy_type_recursive): Clear new fields.
+
+2008-11-10  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-cmds.c (source_script): Clean up full_pathname.  Run
+       cleanups on early return.
+
+2008-11-09  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Kill pthread_ops_hack
+
+       * target.h (struct target_ops): Make to_attach, to_detach,
+       to_create_inferior and to_mourn_inferior accept a pointer
+       to struct target_ops.
+       (target_attach, target_create_inferior, target_create_inferior):
+       Convert from macros to function.  Find the right target to
+       invoke a method of.
+       (find_default_attach, find_default_create_inferior): New parameter
+       ops.
+       * corefile.c (core_file_command): Pass target to to_detach.
+       * corelow.c (core_detach): Add 'ops' parameter.
+       * fork-child.c (fork_inferior): Return the pid.  Allow
+       init_trace_fun to be NULL.
+       * inf-ptrace (ptrace_ops_hack): Remove.
+       (inf_ptrace_him): Remove, moving all logic into....
+       (inf_ptrace_create_inferior): ... here.  Push the target
+       passed as parameter.
+       (inf_ptrace_mourn_inferior, inf_ptrace_attach, inf_ptrace_detach):
+       Push/pop target passed as parameter, no ptrace_ops_hack.
+       (inf_ptrace_target): Don't remember result.
+       * inferior.h (fork_inferior): Adjust prototype.
+       * linux-nat.c (linux_nat_create_inferior, linux_nat_attach)
+       (linux_nat_detach, linux_nat_mourn_inferior): New parameter ops.
+       Pass it to linux_ops target.
+       * linux-thread-db.c (thread_db_detach, thread_db_mourn_inferior):
+       New parameter ops. Pass it to the target beneath.
+       * remote.c (remote_mourn, extended_remote_mourn, remote_detach)
+       (extended_remote_create_inferior): New parameter ops. Pass it
+       further.
+       * target.c (debug_to_attach, debug_to_detach)
+       (debug_to_mourn_inferior): New parameter ops.
+       (target_create_inferior): New.
+       (update_current_target): Do not inherit to_attach, to_detach,
+       to_create_inferiour, to_mourn_inferior.  Do not default
+       to_detach and to_mourn_inferior.
+       (target_detach): Find the right target to use.
+       (target_mourn_inferior): New.
+       (find_default_attach, find_default_create_inferior): New parameter
+       ops.  Pass the found target when calling its method.
+       (init_dummy_target): Provide fallback definition of to_detach.
+       (target_attach): New.
+       (debug_to_attach, debug_to_detach, debug_to_create_inferior)
+       (debug_to_mourn_inferiour): New parameter ops.
+        * aix-thread.c: Adjust.
+        * bsd-uthread.c: Adjust.
+        * gnu-nat.c: Adjust.
+        * go32-nat.c: Adjust.
+        * hpux-thread.c: Adjust.
+        * inf-ttrace.c: Ajust.
+        * monitor.c: Adjust.
+        * nto-procfs.c: Adjust.
+        * procfs.c: Adjust.
+        * remote-m32r-sdi.c: Adjust.
+        * remote-mips.c: Adjust.
+        * remote-sim.c: Adjust.
+        * rs6000-nat.c: Adjust.
+        * sol-thread.c: Adjust.
+        * win32-nat.c: Adjust.
+       * dec-thread.c: Adjust.
+
+2008-11-09  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * thread.c (print_thread_info): Eliminate now useless checks
+       for exited threads.
+
+2008-11-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * i386-dicos-tdep.c (i386_dicos_init_abi): Set decr_pc_after_break
+       to 0.
+
+2008-11-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (notice_new_inferiors): Add a new inferior only when
+       we're going to add a new thread.
+
+2008-11-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * defs.h (add_inferior_continuation)
+       (do_all_inferior_continuations)
+       (discard_all_inferior_continuations): Declare.
+       * utils.c (add_inferior_continuation)
+       (do_all_inferior_continuations)
+       (discard_all_inferior_continuations): New.
+       * inferior.h (struct inferior) <continuations>: New field.
+       * inferior.c (free_inferior): Discard all the inferior
+       continuations.
+       * inf-loop.c (inferior_event_handler): Do all current inferior
+       continuations.
+       * infcmd.c (attach_command): Register an inferior continuation
+       instead of a thread continuation.
+       * infrun.c (handle_inferior_event): If stop_soon is
+       STOP_QUIETLY_NO_SIGSTOP, also expect a TARGET_SIGNAL_0.
+
+2008-11-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * inf-loop.c (inferior_event_handler): On INF_ERROR and
+       INF_REG_EVENT throwing, don't call target_async or pop_target.
+       Call pop_all_targets_above.
+       * remote.c (remote_close): Call remote_terminal_ours.  Don't call
+       signal or target_async.
+
+2008-11-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * eval.c (evaluate_subexp_standard): Assert that there is at
+       least one array dimension.
+
+2008-11-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Make attach_command exception-safe
+        * infcmd.c (attach_command): Call async_enable_stdin
+        if exception is thrown.
+
+2008-11-03  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbarch.sh (has_global_solist): Mention global breakpoints.
+       * gdbarch.h: Regenerate.
+
+2008-11-03  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (remote_start_remote): If the solib list is global,
+       fetch libraries and insert breakpoints after connecting.
+       * infcmd.c (post_create_inferior): If the solist is shared between
+       inferiors, no need to refetch it on every new inferior.
+       (detach_command): If the shared library list is shared between
+       inferiors, then don't clear it on every inferior detach.
+       * gdbarch.sh (has_global_solist): New.
+       * i386-dicos-tdep.c (i386_dicos_init_abi): Set
+       gdbarch_has_global_solist.
+       * target.c (target_pre_inferior): If the shared library list is
+       shared between inferiors, then don't clear it here, neither
+       invalidate the memory regions or clear the target description.
+       (target_detach): If the shared library list is shared between
+       inferiors, then don't remove breakpoints from the target here.
+       (target_disconnect): Comment.
+       * solib.c (update_solib_list): Check for null_ptid.
+       * breakpoint.c (insert_breakpoints, update_global_location_list):
+       If the shared library list is shared between inferiors, insert
+       breakpoints even if there's no execution.
+       (breakpoint_init_inferior): If the shared library list is shared
+       between inferiors, don't delete breakpoints or mark them
+       uninserted here.
+
+       * gdbarch.c, gdbarch.h: Regenerate.
+
+2008-10-31  Pedro Alves  <pedro@codesourcery.com>
+
+       * inferior.h (inferior_ignoring_leading_exec_events): Delete
+       declaration.
+
+2008-10-31  Pedro Alves  <pedro@codesourcery.com>
+
+       * inferior.h (write_inferior_status_register): Delete.
+       * infrun.c (write_inferior_status_register): Delete.
+
+2008-10-30  Tom Tromey  <tromey@redhat.com>
+
+       * value.c (coerce_array): Use check_typedef.
+
+2008-10-30  Tom Tromey  <tromey@redhat.com>
 
        * cli/cli-logging.c (handle_redirections): Make a cleanup.
        * reggroups.c (maintenance_print_reggroups): Make a cleanup.
        * utils.c (make_cleanup_close): Use make_cleanup_dtor.
        (do_close_cleanup): Don't free 'fd'.
 
-2008-10-28  Tom Tromey  <tromey@redhat.com>
+2008-10-30  Tom Tromey  <tromey@redhat.com>
 
        * source.c (symtab_to_fullname): Test 'r >= 0'.
        (psymtab_to_fullname): Likewise.
        val_valid.
        * NEWS: Mention watchpoints on inaccessible memory.
 
-2007-02-29  Daniel Jacobowitz  <dan@codesourcery.com>
+2008-02-29  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.in (i386-nat.o): Update.
        * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
This page took 0.027038 seconds and 4 git commands to generate.