aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9778f7e..5fdbf4f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,20 @@
2014-02-24 Yao Qi <yao@codesourcery.com>
+ * target.h (enum target_xfer_status)
+ <TARGET_XFER_E_UNAVAILABLE>: Rename it to ...
+ <TARGET_XFER_UNAVAILABLE>: ... it with setting value 2
+ explicitly. New.
+ * corefile.c (memory_error_message): User updated.
+ * exec.c (section_table_read_available_memory): Likewise.
+ * record-btrace.c (record_btrace_xfer_partial): Likewise.
+ * target.c (target_xfer_status_to_string): Likewise.
+ (raw_memory_xfer_partial): Likewise.
+ (memory_xfer_partial_1, target_xfer_partial): Likewise.
+ * valops.c (read_value_memory): Likewise.
+ * exec.h: Update comments.
+
+2014-02-24 Yao Qi <yao@codesourcery.com>
+
* target.c (target_xfer_status_to_string): Rename argument err
to status.
* target.h (target_xfer_status_to_string): Update declaration.