gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 08545d14cf7b55ea289be002c24f1f6b16cfc575..29a13268d09b3bdbe648f32a39429a7c81d0ef9a 100644 (file)
@@ -1,3 +1,115 @@
+2009-05-18  Jon Beniston <jon@beniston.com>
+        
+        * MAINTAINERS: Add lm32 target.        
+        * Makefile.in: Add lm32 dependencies.        
+        * NEWS: Indicate lm32 is a new target.
+        * configure.tgt: Add lm32 targets.
+        * lm32-tdep.c: New file.
+
+2009-05-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * corelow.c (core_open): Flush the register cache before doing
+       anything with registers.
+
+2009-05-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * inflow.h (our_process_group): Remove declaration.
+       (inferior_process_group): Delete global variable declaration.
+       (inferior_process_group): New function declaration.
+       * inflow.c: Include observer.h.
+       (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
+       Delete.
+       (struct terminal_info): New struct.
+       (our_terminal_info): New global.
+       (inferior_process_group): New function.
+       (inferior_thisrun_terminal): Extend description comment.
+       (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
+       instead of globals.
+       (terminal_init_inferior_with_pgrp): Adjust to per-inferior
+       terminal settings.
+       (terminal_inferior): Ditto.
+       (terminal_ours_1): Ditto.
+       (inflow_new_inferior, inflow_inferior_exit): New functions.
+       (child_terminal_info): Adjust to per-inferior terminal settings.
+       (osig_set): New global.
+       (set_sigint_trap): Adjust to per-inferior terminal settings.  Set
+       or clear `osig_set' accordingly.
+       (clear_sigint_trap): Check `osig_set' to decide wheater to restore
+       SIGINT handler, instead of checking the current inferior (which
+       may be none).
+       (_initialize_inflow): Attach inflow_new_inferior and
+       inflow_inferior_exit to the "new_inferior" and "inferior_exit"
+       notifications, respectively.
+       * inferior.h (struct terminal_info): Forward declare.
+       (struct inferior): Add `terminal_info' field.
+       * inferior.c (delete_inferior_1): Notify the inferior_exit
+       observers before removing the inferior from the lists and deleting
+       it.
+       * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
+       a function instead of a variable.  Adjust.
+       * procfs.c (procfs_stop): Ditto.
+
+2009-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): When handling a
+       TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
+       immediatelly.
+       * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
+       from the child if vforking.
+       * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
+       breakpoints from the child here.
+
+2009-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (pending_follow): Remove execd_pathname member.
+       (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
+       (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
+       event, don't copy `execd_pathname' to pending_follow, use the
+       event copy instead.  Release `execd_pathname' once done with
+       handling the event.
+
+       * infrun.c (pending_follow): Remove mention of exec events.
+
+2009-05-17  Hui Zhu  <teawater@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Make it extern.
+       (i386_gdbarch_init): Don't call set_gdbarch_process_record
+       here.
+       * i386-tdep.h (i386_process_record): Declare.
+       * i386-linux-tdep.c (i386_linux_init_abi): Call
+       set_gdbarch_process_record.
+
+2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Always report varobj as changed when in_scope attribute changes.
+
+       * varobj.c (install_new_value): If non-NULL-ness of value
+       changed, return 1.
+
+2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
+       
+       * NEWS: Mention set/show libthread-db-search-path.
+       * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
+       (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
+       * linux-thread-db.c (libthread_db_search_path): New setting.
+       (thread_db_handle): New variable (replaces using_thread_db).
+       (try_thread_db_load_1): New function.
+       (try_thread_db_load, thread_db_load_search): Likewise.
+       (dladdr_to_soname): Likewise.
+       (thread_db_load): Iterate over possibly multiple libthread_db's.
+       (check_for_thread_db): Attempt to load new libthread_db.
+       (thread_db_detach, thread_db_wait): Unload libthread_db.
+       (thread_db_mourn_inferior): Likewise.
+       (_initialize_thread_db): Add new libthread-db-search-path option.
+       Defer loading of libthread_db to check_for_thread_db.
+       * solib.c (libpthread_name_p): New function.
+       (libpthread_solib_p): Call it.
+       * solib.h (libpthread_name_p): New prototype.
+       
+2009-05-15  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * MAINTAINERS: Update my email address.
+       
 2009-05-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        * breakpoint.h: Add breakpoint_re_set_objfile prototype.
This page took 0.027481 seconds and 4 git commands to generate.