From 4cd29d3d92411572f1ab84b86a27400b6c38254c Mon Sep 17 00:00:00 2001 From: gingold Date: Thu, 22 Oct 2009 21:43:56 +0000 Subject: [PATCH] 2009-10-22 Tristan Gingold * 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 | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f30822cc4c..faa1d07641 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,53 +1,3 @@ -2009-10-22 Paul Pluzhnikov - - 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 - Michael Snyder - - * 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 - - * 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 - Michael Snyder - - * 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 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use -- 2.11.0