gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7534495bbf4f9009f46e1041dcd972aeee9bdec9..ccd0530e9764d161ccca739fa520691fd5e18819 100644 (file)
@@ -1,3 +1,84 @@
+2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Revert this part of:
+       2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       Support @entry in input expressions.
+       * c-exp.y (ENTRY, unknown_cpp_name): New.
+       (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
+       (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
+       (variable: name_not_typename '@' ENTRY, name: ENTRY)
+       (name_not_typename: ENTRY): New.
+       (yylex): Recognize ENTRY.
+
+       Reimplement @entry in input expressions.
+       * c-exp.y (ENTRY): New.
+       (variable: name_not_typename ENTRY): New.
+       (lex_one_token): Optionally return ENTRY instead of the '@' lex.
+
+2011-10-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_handle_extended_wait): Always dump both the
+       parent and child's pids as soon as we detect a clone event.
+       Adjust another debug message.
+
+2011-10-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
+       not zombie instead of reading the whole file.
+
+2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix separate debuginfo warning with "remote:" access.
+       * objfiles.h (struct objfile): New fields crc32 and crc32_p.
+       * symfile.c (get_file_crc): New function with the code moved from ...
+       (separate_debug_file_exists): ... this function, specifically variables
+       buffer and count.  New variable verified_as_different, set it.  Remove
+       file_crc initialization.  Verify also if both files are not the same
+       manually, if needed.
+
+2011-10-11  Yao Qi  <yao@codesourcery.com>
+
+       * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
+       to get address.
+
+2011-10-10  Doug Evans  <dje@google.com>
+
+       * linux-thread-db.c (thread_db_new_objfile): Only try to load
+       libthread_db when we load libpthread or the main symbol file.
+       (thread_db_inferior_created): New function.
+       (_initialize_thread_db): Attach inferior_created observer.
+       * linux-nat.c (linux_child_post_attach): Remove call to
+       check_for_thread_db.
+       (linux_child_post_startup_inferior): Ditto.
+       * objfiles.h (OBJF_MAINLINE): Define.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
+       allocate_objfile when appropriate.
+
+2011-10-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       PR gdb/13218
+       * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
+       Remove unused variables.
+       (get_linux_version): Remove function.
+       (_initialize_arm_linux_nat): Do not call it.
+
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_handle_extended_wait): Don't resume the new
+       new clone lwp if the core asked it to stop.  Don't pass on
+       unexpected signals to the new clone; leave them pending instead.
+
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (resume_lwp): Remove redundant debug output.
+
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
+       last_resume_kind before clearing it, and use the copy instead to
+       determine whether to report a SIGSTOP as TARGET_SIGNAL_0.  Use
+       resume_clear_callback in the non-stop path too.
+
 2011-10-09  Yao Qi  <yao@codesourcery.com>
 
        * valprint.c (value_check_printable): Add one parameter OPTIONS.
This page took 0.025023 seconds and 4 git commands to generate.