OSDN Git Service

2009-10-22 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Thu, 22 Oct 2009 21:43:56 +0000 (21:43 +0000)
committergingold <gingold>
Thu, 22 Oct 2009 21:43:56 +0000 (21:43 +0000)
* i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
amd64_supply_fxsave for amd64.  Fix the offset.
(i386_darwin_store_inferior_registers): Use amd64_collect_fxsave
for amd64.

gdb/ChangeLog

index f30822c..faa1d07 100644 (file)
@@ -1,53 +1,3 @@
-2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
-
-       PR gdb/10819
-       * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
-       * objfiles.c (find_pc_section): Likewise.
-       (update_section_map): Don't allocate empty table.
-       
-2009-10-16  Hui Zhu  <teawater@gmail.com>
-           Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
-
-       * record.c (RECORD_FILE_MAGIC): New constant.
-       (record_arch_list_cleanups): Renamed from record_message_cleanups.
-       (bfdcore_read): New function.
-       (netorder64): New function.
-       (netorder32): New function.
-       (netorder16): New function.
-       (record_restore): New function.  Restore a saved record log.
-       (bfdcore_write): New function.
-       (cmd_record_restore): New function.
-       (cmd_record_save): New function.  Save a record log to a file.
-       (_initialize_record): Set up commands for save and restore.
-
-2009-10-17  Michael Snyder  <msnyder@vmware.com>
-
-       * gcore.h: New file.
-       * gcore.c (create_gcore_bfd): New function.
-       (write_gcore_file): New function.
-       (call_target_sbrk): New function.  Abstracted from gcore_command.
-       (gcore_command): Call call_target_sbrk.
-
-2009-10-22  Hui Zhu  <teawater@gmail.com>
-           Michael Snyder  <msnyder@vmware.com>
-
-       * record.c (record_core_ops): New ops target vector.
-       (record_core_open_1): New function.  Open core target.
-       (record_open_1): New function.  Open normal process record.
-       (record_open): Call one of the above.
-       (record_close): Allow for both core and normal targets.
-       (record_core_resume): New function.
-       (record_core_kill): New function.
-       (record_core_fetch_registers): New function.
-       (record_core_prepare_to_store): New function.
-       (record_core_store_registers): New function.
-       (record_core_xfer_partial): New function.
-       (record_core_insert_breakpoint): New function.
-       (record_core_remove_breakpoint): New function.
-       (record_core_has_execution): New function.
-       (init_record_core_ops): New function.
-       (_initialize_record): Call init_record_core_ops, add_target.
-
 2009-10-22  Tristan Gingold  <gingold@adacore.com>
 
        * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use