aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-10-22 19:32:11 +0000
committerMichael Snyder <msnyder@vmware.com>2009-10-22 19:32:11 +0000
commit27699eeaabe54d97b33751af582ca103f175c947 (patch)
tree5467ce94343ada4d25c0842bf39fdec7238006c6 /gdb/ChangeLog
parent10ad9fe59107cf8f329d52f1e4e6768c1c2ce272 (diff)
downloadgdb-27699eeaabe54d97b33751af582ca103f175c947.zip
gdb-27699eeaabe54d97b33751af582ca103f175c947.tar.gz
gdb-27699eeaabe54d97b33751af582ca103f175c947.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index faa1d07..7583f91 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,23 @@
+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