gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5a34e5e57d9ccee8eb536ebf5ebf93850f34c259..b3f306c0f71e6473d3f9ab579e4298d7f35a747e 100644 (file)
@@ -1,3 +1,94 @@
+2006-08-19  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (amd64_linux_tdep_h): New.
+       (amd64-linux-nat.o, amd64-linux-tdep.o): Update.
+       * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add
+       ORIG_RAX.
+       (_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs.
+       * amd64-linux-tdep.c (amd64_linux_register_name)
+       (amd64_linux_register_type, amd64_linux_register_reggroup_p)
+       (amd64_linux_write_pc): New.
+       (amd64_linux_init_abi): Use them, and update num_regs.
+       * amd64-linux-tdep.h: New file.
+       * amd64-tdep.c (amd64_register_name, amd64_register_type): Make
+       public.
+       * amd64-tdep.h (amd64_register_name, amd64_register_type): New
+       prototypes.
+
+       * regformats/reg-x86-64-linux.dat: New file.
+
+2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Check the current frame ID
+       before unwinding to the previous frame.
+
+2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
+       number in a comment.
+
+2006-08-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-nat.c (sparc_xfer_wcookie): Signal EOF.  Tweak comment.
+
+2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (quirk_gcc_member_function_pointer): New.
+       (read_structure_type): Call it.
+
+2006-08-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention "set trust-readonly-sections" fix.
+
+2006-08-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c, target.c: Strip trailing whitespace.
+
+2006-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR remote/1966
+       * dcache.c (dcache_write_line): Use target_write.
+       (dcache_read_line): Use target_read.
+       * mi/mi-main.c (mi_cmd_data_read_memory): Use target_read.
+       * symfile.c (struct load_section_data): Add new per-section
+       members.
+       (load_progress): New function.
+       (load_section_callback): Pass load_progress to the new
+       target_write_with_progress.
+       * target.c (current_xfer_partial, memory_xfer_partial): New.
+       (target_xfer_partial): New prototype.
+       (target_xfer_memory, target_xfer_partial_p, xfer_using_stratum)
+       (do_xfer_memory, target_xfer_memory_partial)
+       (target_read_memory_partial, target_write_memory_partial): Delete.
+       (trust_readonly): Move higher in the file.
+       (update_current_target): Use current_xer_partial.
+       (target_xfer_partial): Use memory_xfer_partial.  Handle
+       TARGET_OBJECT_RAW_MEMORY specially.
+       (target_read_memory): Use target_read.
+       (target_write_memory): Use target_write.
+       (default_xfer_partial): Call to_xfer_partial directly.
+       (target_write_with_progress): New function, based on target_write.
+       (target_write): Call it.
+       * target.h (enum target_object): Add TARGET_OBJECT_RAW_MEMORY.
+       (target_write_with_progress): New prototype.
+       (do_xfer_memory, target_read_memory_partial)
+       (target_write_memory_partial): Delete prototypes.
+
+2006-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (remote_write_bytes): Take a const buffer argument.
+       Do the checks from remote_xfer_memory.
+       (remote_read_bytes): Do the checks from remote_xfer_memory.
+       (remote_xfer_memory): Remove checks pushed into lower level
+       functions.
+       (remote_xfer_partial): Call remote_write_bytes and remote_read_bytes
+       directly.
+       * remote.h (remote_write_bytes): Update prototype.
+
+2006-08-11  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * NEWS: Add 'set trace-commands' command.
+
 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
 
        * cli/cli-script.c (execute_user_command): Update command_next_depth
This page took 0.024337 seconds and 4 git commands to generate.