gdb/
[binutils-gdb.git] / gdb / ChangeLog
index 8bec7c12c3193175c6eeab029193df2a8e229f49..41406dadab16b0cc08bdf41931e60990a953df18 100644 (file)
@@ -1,3 +1,663 @@
+2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (RDYNAMIC): New.
+       (SFILES): Add proc-service.list.
+       * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
+       (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
+       * config/arm/linux.mh: Likewise.
+       * config/i386/linux.mh: Likewise.
+       * config/i386/linux64.mh: Likewise.
+       * config/ia64/linux.mh: Likewise.
+       * config/m32r/linux.mh: Likewise.
+       * config/m68k/linux.mh: Likewise.
+       * config/mips/linux.mh: Likewise.
+       * config/pa/linux.mh: Likewise.
+       * config/powerpc/linux.mh: Likewise.
+       * config/powerpc/ppc64-linux.mh: Likewise.
+       * config/s390/s390.mh: Likewise.
+       * config/sparc/linux.mh: Likewise.
+       * config/sparc/linux64.mh: Likewise.
+       * config/xtensa/linux.mh: Likewise.
+       * configure.ac: New RDYNAMIC on native host and GCC.
+       (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
+       * configure: Regenerate.
+       * proc-service.list: New.
+
+2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
+       CONTENT.
+
+2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * linux-nat.c (linux_nat_wait_1): Do not call
+       linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
+       TARGET_WAITKIND_SIGNALLED.
+
+2010-05-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_inferior_data): New struct.
+       (ada_inferior_data): New static global.
+       (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
+       (ada_get_tsd_type): New functions.
+       (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
+       to look the tsd type up.
+       (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
+       event.  Set ada_inferior_data.
+
+2010-05-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (unpack_varlen_hex): Remove forward declaration.
+       (remote_console_output): Make static, and add forward declaration.
+       * remote.h: Drop FIXME comment.
+       (unpack_varlen_hex): Declare.
+       (remote_console_output, remote_cisco_objfile_relocate)
+       (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
+       Delete declarations.
+       * tracepoint.c: Include "remote.h".
+       (unpack_varlen_hex): Delete declaration.
+
+2010-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (struct piece_closure) <refc>: New field.
+       (allocate_piece_closure): Initialize refc.
+       (copy_pieced_value_closure): Use refc.
+       (free_pieced_value_closure): Likewise.
+
+2010-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * arm-tdep.c (push_stack_item): 'contents' now const.
+       (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
+       value_contents_writeable.  Introduce new temporary.
+
+2010-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * findcmd.c (parse_find_args): Use value_contents, not
+       value_contents_raw.
+
+2010-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
+       const.  Use value_contents, not value_contents_writeable.
+
+2010-05-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ensure_lval): Replace call to value_contents_raw
+       by call to value_contents.
+
+2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
+
+       * MAINTAINERS: Add myself for write after approval privileges.
+
+2010-05-26  Doug Evans  <dje@google.com>
+
+       Allow python to find its files if moved from original location.
+       * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
+       (GDB_AC_WITH_DIR): Call it.
+       * configure.ac: Define WITH_PYTHON_PATH if we can find the
+       python installation directory.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * defs.h (python_libdir): Declare.
+       * main.c (python_libdir): Define.
+       (captured_main): Initialize python_libdir.
+       * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
+       call Py_SetProgramName to make sure python can find its libraries
+       and modules.
+
+       * configure.ac: Try to use python's distutils to fetch compilation
+       parameters.
+       * configure: Regenerate.
+       * python/python-config.py: New file.
+
+2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
+
+       * ser-tcp.c (net_open): Check error return from socket() call by its
+       equality to -1 not by it being negative.
+       (net_close): Likewise.
+
+2010-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * NEWS: Mention the `qRelocInsn' feature.
+       * gdbarch.sh (relocate_instruction): New.
+       * amd64-tdep.c (rip_relative_offset): New.
+       (append_insns): New.
+       (amd64_relocate_instruction): New.
+       (amd64_init_abi): Install it.
+       * i386-tdep.c (append_insns): New.
+       (i386_relocate_instruction): New.
+       (i386_gdbarch_init): Install it.
+       * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+2010-05-26  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
+       (struct dwarf2_loclist_baton) <data>: Likewise.
+       * dwarf2loc.c (find_location_expression): Constify return type.
+       (dwarf2_evaluate_loc_desc): Make 'data' argument const.
+       (dwarf2_loc_desc_needs_frame): Likewise.
+       (loclist_read_variable): Constify.
+       (loclist_describe_location): Likewise.
+       (loclist_tracepoint_var_ref): Likewise.
+
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (dwarf_expr_frame_base): Constify.
+       (dwarf_expr_frame_base_1): Likewise.
+       (read_pieced_value): Update.
+       (needs_frame_frame_base): Constify.
+       (dwarf2_tracepoint_var_loc): Likewise.
+       (dwarf2_tracepoint_var_access): Likewise.
+       (locexpr_describe_location_piece): Likewise.
+       (locexpr_describe_location_1): Likewise.
+       * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
+       Constify.
+       (data): Now const.
+       (struct dwarf_expr_piece) <v.literal.data>: Likewise.
+       (dwarf_expr_eval, read_uleb128, read_sleb128)
+       (dwarf2_read_address): Update.
+       * dwarf2expr.c (dwarf_expr_eval): Constify.
+       (read_uleb128): Likewise.
+       (read_sleb128): Likewise.
+       (dwarf2_read_address): Likewise.
+       (require_composition): Likewise.
+       (execute_stack_op): Likewise.
+       * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
+       "const gdb_byte *".
+       * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
+       Now const.
+       (no_get_frame_base): Constify.
+       (execute_stack_op): Likewise.
+       (execute_cfa_program): Likewise.
+       (read_encoded_value): Likewise.
+
+2010-05-25  Doug Evans  <dje@google.com>
+
+       * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
+
+       * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
+       * event-loop.c: ... here.
+       * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
+       `error' for clarity.
+       (tui_getc): Pass correct value for `error' parameter to
+       tui_readline_output.
+
+       Add python gdb.GdbError and gdb.string_to_argv.
+       * NEWS: Document them.
+       * python/py-cmd.c (cmdpy_function): Don't print a traceback if
+       the exception is gdb.GdbError.  Print a second traceback if there's
+       an error computing the error message.
+       (gdbpy_string_to_argv): New function.
+       * python/py-utils.c (gdbpy_obj_to_string): New function.
+       (gdbpy_exception_to_string): New function.
+       * python/python-internal.h (gdbpy_string_to_argv): Declare.
+       (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
+       (gdbpy_gdberror_exc): Declare.
+       * python/python.c (gdbpy_gdberror_exc): New global.
+       (_initialize_python): Initialize gdbpy_gdberror_exc and create
+       gdb.GdbError.
+       (GdbMethods): Add string_to_argv.
+
+2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * windows-nat.c (display_selector): Call GetLastError to give better
+       failure explanation.
+
+2010-05-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * config.in: Regenerate.
+
+2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * target.c (push_target): Return only void.  Remove the return value
+       comment.
+       * target.h (push_target): Return only void.
+
+2010-05-23  Pedro Alves  <pedro@codesourcery.com>
+
+       Update gnulib from latest git.
+       (250b80067c1e1d8faa0c42fb572f721975b929c5)
+
+       * gnulib/memcmp.c: Removed.
+       * gnulib/memchr.valgrind: New.
+       * gnulib/stddef.in.h: New.
+       * gnulib/Makefile.am: Updated.
+       * gnulib/memchr.c: Updated.
+       * gnulib/memmem.c: Updated.
+       * gnulib/stdint.in.h: Updated.
+       * gnulib/str-two-way.h: Updated.
+       * gnulib/string.in.h: Updated.
+       * gnulib/wchar.in.h: Updated.
+
+       * gnulib/extra/link-warning.h: Removed.
+       * gnulib/extra/c++defs.h: New.
+       * gnulib/extra/warn-on-use.h: New.
+       * gnulib/extra/arg-nonnull.h: Updated.
+
+       * gnulib/m4/extensions.m4: Updated.
+       * gnulib/m4/gnulib-cache.m4: Updated.
+       * gnulib/m4/gnulib-common.m4: Updated.
+       * gnulib/m4/gnulib-comp.m4: Updated.
+       * gnulib/m4/gnulib-tool.m4: Updated.
+       * gnulib/m4/include_next.m4: Updated.
+       * gnulib/m4/longlong.m4: Updated.
+       * gnulib/m4/memchr.m4: Updated.
+       * gnulib/m4/memmem.m4: Updated.
+       * gnulib/m4/stdint.m4: Updated.
+       * gnulib/m4/string_h.m4: Updated.
+       * gnulib/m4/memcmp.m4: Removed.
+       * gnulib/m4/onceonly_2_57.m4: Removed.
+       * gnulib/m4/00gnulib.m4: New.
+       * gnulib/m4/mmap-anon.m4: New.
+       * gnulib/m4/multiarch.m4: New.
+       * gnulib/m4/onceonly.m4: New.
+       * gnulib/m4/stddef_h.m4: New.
+       * gnulib/m4/warn-on-use.m4: New.
+       * gnulib/m4/wchar.m4: Removed.
+       * gnulib/m4/wchar_h.m4: New.
+       * gnulib/m4/wchar_t.m4: New.
+       * gnulib/m4/wint_t.m4: New.
+
+       * aclocal.m4: Regenerate.
+       * config.in: Likewise.
+       * configure: Likewise.
+       * gnulib/Makefile.in: Likewise.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (extract_bits_primitive): New function.
+       (extract_bits): Likewise.
+       (insert_bits): Likewise.
+       (copy_bitwise): Likewise.
+       (read_pieced_value): Do all operations in bits.
+       (write_pieced_value): Likewise.
+       * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
+       * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
+       Always use xrealloc to resize piece array.
+       (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
+       <DW_OP_piece>: Update.
+       <DW_OP_bit_piece>: New case.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
+       <DWARF_VALUE_OPTIMIZED_OUT>: New case.
+       * dwarf2expr.h (enum dwarf_value_location)
+       <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
+       * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
+       (add_piece): Handle empty piece.
+       (execute_stack_op) <DW_OP_piece>: Handle
+       DWARF_VALUE_OPTIMIZED_OUT.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
+       evaluate_subexp, not evaluate_subexp_with_coercion.
+
+2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
+       attribute.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
+       offset.
+       (write_pieced_value): Likewise.
+
+2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * dwarf2read.c (process_die): Also allow DW_TAG_const_type
+       and DW_TAG_volatile_type.
+       (new_symbol): Likewise.
+
+2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-valprint.c (pascal_val_print): Call get_array_bounds
+       to obtain the number of elements in an array.
+
+2010-05-19  Doug Evans  <dje@google.com>
+
+       * python.c (gdbpy_print_stack): Ensure output ends with a newline.
+
+       * python.c (source_python_script): Add comment.
+       (source_python_script_for_objfile): Remove unnecessary call to
+       gdbpy_print_stack.
+
+2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       Code cleanup.
+       * parse.c (exp_iterate): Use operator_length wrapper function.
+
+2010-05-18  Michael Snyder  <msnyder@vmware.com>
+
+       * ada-lang.c: White space.
+       * ada-typeprint.c: White space.
+       * ada-valprint.c: White space.
+       * addrmap.c: White space.
+       * auxv.c: White space.
+       * ax-gdb.c: White space.
+
+2010-05-18  Hui Zhu  <teawater@gmail.com>
+
+       * linux-fork.c (inferior_call_waitpid_cleanup): Add check
+       for oldfp.
+       (inferior_call_waitpid): Move make_cleanup out of check.
+       Check the return of waitpid.
+       (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
+
+2010-05-17  Michael Snyder  <msnyder@vmware.com>
+
+       * tui/tui.c: White space.
+       * tui/tui-data.c: White space.
+       * tui/tui-disasm.c: White space.
+       * tui/tui-file.c: White space.
+       * tui/tui-interp.c: White space.
+       * tui/tui-main.c: White space.
+       * tui/tui-out.c: White space.
+       * tui/tui-regs.c: White space.
+       * tui/tui-source.c: White space.
+       * tui/tui-stack.c: White space.
+       * tui/tui-win.c: White space.
+       * tui/tui-winsource.c: White space.
+
+       * procfs.c: White space.
+
+       * python/py-auto-load.c: White space.
+       * python/py-block.c: White space.
+       * python/py-breakpoint.c: White space.
+       * python/py-cmd.c: White space.
+       * python/py-function.c: White space.
+       * python/py-lazy-string.c: White space.
+       * python/py-objfile.c: White space.
+       * python/py-param.c: White space.
+       * python/py-prettyprint.c: White space.
+       * python/py-progspace.c: White space.
+       * python/py-symtab.c: White space.
+       * python/python.c: White space.
+       * python/py-type.c: White space.
+       * python/py-utils.c: White space.
+       * python/py-value.c: White space.
+
+       * mi/mi-cmd-break.c: White space.
+       * mi/mi-cmd-env.c: White space.
+       * mi/mi-cmds.c: White space.
+       * mi/mi-cmd-stack.c: White space.
+       * mi/mi-cmd-var.c: White space.
+       * mi/mi-console.c: White space.
+       * mi/mi-getopt.c: White space.
+       * mi/mi-interp.c: White space.
+       * mi/mi-main.c: White space.
+       * mi/mi-out.c: White space.
+       * mi/mi-parse.c: White space.
+
+       * cli/cli-cmds.c: White space.
+       * cli/cli-decode.c: White space.
+       * cli/cli-dump.c: White space.
+       * cli/cli-interp.c: White space.
+       * cli/cli-logging.c: White space.
+       * cli/cli-script.c: White space.
+       * cli/cli-setshow.c: White space.
+
+       * valarith.c: White space.
+       * valops.c: White space.
+       * valprint.c: White space.
+       * value.c: White space.
+       * varobj.c: White space.
+       * xcoffread.c: White space.
+       * xml-support.c: White space.
+       * xml-tdesc.c: White space.
+
+2010-05-17  Andreas Schwab  <schwab@redhat.com>
+
+       PR gdb/11092
+       * c-lang.c (c_printstr): Compute real length of NUL terminated
+       string at first.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * parse.c (parse_exp_in_context): When block is not NULL, use
+       its associated language to parse the expression instead of
+       the current_language.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * jv-lang.c (java_lookup_class): Remove commented out code.
+       (type_from_class): Likewise.
+       (java_op_print_tab): Remove commented-out elements.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (to_fixed_range_type): The the raw index type as
+       argument instead of the raw type name.  Remove orig_type parameter.
+       Update calls throughout.
+       (ada_fixup_array_indexes_type): New function.
+       (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
+       * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
+       * ada-typeprint.c (print_range_type): Renames print_range_type_named.
+       Remove name parameter.
+       (print_array_type): Add call to ada_fixup_array_indexes_type.
+       Update calls to print_range_type.
+       (ada_print_type): Update calls to print_range_type.
+
+2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * dwarf2read.c (read_set_type): Set type length if
+       DW_AT_byte_size attribute is present.
+
+2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-valprint.c (pascal_val_print): Handle set type if range limits
+       are undefined but size is known.
+
+2010-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * procfs.c: Reformat.
+
+2010-05-16  Michael Snyder  <msnyder@vmware.com>
+
+       * target.c: White space.
+       * target-descriptions.c: White space.
+       * target-memory.c: White space.
+       * thread.c: White space.
+       * top.c: White space.
+       * tracepoint.c: White space.
+       * trad-frame.c: White space.
+       * tramp-frame.c: White space.
+       * ui-file.c: White space.
+       * ui-out.c: White space.
+       * user-regs.c: White space.
+       * utils.c: White space.
+
+       * scm-exp.c: White space.
+       * scm-lang.c: White space.
+       * scm-valprint.c: White space.
+       * sentinel-frame.c: White space.
+       * ser-base.c: White space.
+       * ser-go32.c: White space.
+       * serial.c: White space.
+       * ser-mingw.c: White space.
+       * ser-pipe.c: White space.
+       * ser-tcp.c: White space.
+       * ser-unix.c: White space.
+       * solib.c: White space.
+       * solib-darwin.c: White space.
+       * solib-frv.c: White space.
+       * solib-irix.c: White space.
+       * solib-osf.c: White space.
+       * solib-pa64.c: White space.
+       * solib-som.c: White space.
+       * solib-spu.c: White space.
+       * solib-svr4.c: White space.
+       * solib-target.c: White space.
+       * source.c: White space.
+       * stabsread.c: White space.
+       * stack.c: White space.
+       * std-regs.c: White space.
+       * symfile.c: White space.
+       * symmisc.c: White space.
+       * symtab.c: White space.
+
+2010-05-16  Michael Snyder  <msnyder@vmware.com>
+
+       * source.c (_initialize_source): Add "rev" as an abbreviation
+       for the "reverse-search" command.
+
+2010-05-16  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c: White space.
+       * regcache.c: White space.
+       * reggroups.c: White space.
+       * remote-fileio.c: White space.
+       * remote-m32r-sdi.c: White space.
+       * remote-mips.c: White space.
+       * remote-sim.c: White space.
+       * remote.c: White space.
+       (process_g_packet): Remove orphan braces.
+
+2010-05-15  Michael Snyder  <msnyder@vmware.com>
+
+       * parse.c: White space.
+       * p-lang.c: White space.
+       * posix-hdep.c: White space.
+       * printcmd.c: White space.
+       * progspace.c: White space.
+       * prologue-value.c: White space.
+       * psymtab.c: White space.
+       * p-typeprint.c: White space.
+       * p-valprint.c: White space.
+
+       * objc-lang.c: White space.
+       * objfiles.c: White space.
+       * observer.c: White space.
+       * osabi.c: White space.
+       * osdata.c: White space.
+
+       * m2-lang.c: White space.
+       * m2-valprint.c: White space.
+       * macrocmd.c: White space.
+       * macroexp.c: White space.
+       * macroscope.c: White space.
+       * macrotab.c: White space.
+       * main.c: White space.
+       * maint.c: White space.
+       * mdebugread.c: White space.
+       * memattr.c: White space.
+       * minsyms.c: White space.
+       * monitor.c: White space.
+
+2010-05-14  Michael Snyder  <msnyder@vmware.com>
+
+       * jv-lang.c: White space.
+       * jv-typeprint.c: White space.
+       * jv-valprint.c: White space.
+       * language.c: White space.
+       * libunwind-frame.c: White space.
+       * linespec.c: White space.
+       * linux-nat.c: White space.
+       * linux-record.c: White space.
+       * linux-thread-db.c: White space.
+
+       * infcall.c: White space.
+       * inf-child.c: White space.
+       * infcmd.c: White space.
+       * inferior.c: White space.
+       * inf-loop.c: White space.
+       * inflow.c: White space.
+       * inline-frame.c: White space.
+       * interps.c: White space.
+
+       * gcore.c: White space.
+       * gdb.c: White space.
+       * gdbtypes.c: White space.
+       * gnu-nat.c: White space.
+       * gnu-v2-abi.c: White space.
+       * gnu-v3-abi.c: White space.
+
+       * findcmd.c: White space.
+       * findvar.c: White space.
+       * fork-child.c: White space.
+       * frame-base.c: White space.
+       * frame.c: White space.
+       * frame-unwind.c: White space.
+       * f-valprint.c: White space.
+
+       * elfread.c: White space.
+       * environ.c: White space.
+       * eval.c: White space.
+       * event-loop.c: White space.
+       * event-top.c: White space.
+       * exceptions.c: White space.
+       * exec.c: White space.
+       * expprint.c: White space.
+
+       * dbxread.c: White space.
+       * dcache.c: White space.
+       * disasm.c: White space.
+       * doublest.c: White space.
+       * dsrec.c: White space.
+       * dummy-frame.c: White space.
+       * dwarf2expr.c: White space.
+       * dwarf2-frame.c: White space.
+       * dwarf2loc.c: White space.
+       * dwarf2read.c: White space.
+
+2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       PR python/11482
+
+       * python/py-value.c (valpy_hash): New function.
+       (value_object_type): Register valpy_hash.
+
+2010-05-14  Hui Zhu  <teawater@gmail.com>
+            Michael Snyder  <msnyder@vmware.com>
+
+       * linux-fork.c (gdbthread.h): New include.
+       (fork_info): Add parent_ptid.
+       (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
+       functions.
+       (delete_checkpoint_command): Call inferior_call_waitpid.
+       (checkpoint_command): Set parent_ptid.
+
+2010-05-13  Michael Snyder  <msnyder@vmware.com>
+
+       * dictionary.c: Re-indent to GNU coding standard.
+
+       * charset.c: White space.
+       * c-lang.c: White space.
+       * cli-out.c: White space.
+       * coffread.c: White space.
+       * complaints.c: White space.
+       * completer.c: White space.
+       * corefile.c: White space.
+       * corelow.c: White space.
+       * cp-abi.c: White space.
+       * cp-namespace.c: White space.
+       * cp-support.c: White space.
+       * cp-valprint.c: White space.
+       * c-typeprint.c: White space.
+       * c-valprint.c: White space.
+       * blockframe.c: White space.
+       * breakpoint.c: White space.
+       * buildsym.c: White space.
+       * blockframe.c: White space.
+       * bcache.c: White space.
+       * gdbarch.sh: White space, add blank lines.
+       * arch-utils.c: Ditto.
+       * gdbarch.c: Regenerate.
+       * frame.c: White space, add blank lines.
+       * stack.c: White space, add blank lines.
+       (initialize_stack): Remove long-dead code.
+
+2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
+       (locexpr_read_variable, loclist_read_variable): Update the callers.
+
 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Code cleanup.