aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-01-11 13:23:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-01-11 13:23:42 +0000
commit53b715628b0f5957947f03562fa9b7a5f2c85ca4 (patch)
treeced2a639e6f2bf9287f7d9bb5265dbd436806347 /gdb/ChangeLog
parentd076129955bd55521f3793076b7ae77e17e1dea4 (diff)
downloadgdb-53b715628b0f5957947f03562fa9b7a5f2c85ca4.zip
gdb-53b715628b0f5957947f03562fa9b7a5f2c85ca4.tar.gz
gdb-53b715628b0f5957947f03562fa9b7a5f2c85ca4.tar.bz2
* target.c (target_xfer_partial): Use host_address_to_string to
print the address of readbuf and writebuf. Cast the address of elements inside the myaddr buffer into intptr_t. (deprecated_debug_xfer_memory): Use paddress to print memaddr. Cast the address of elements inside the myaddr buffer into intptr_t.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 17712e4..78c4fa1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2009-10-11 Joel Brobecker <brobecker@adacore.com>
+ * target.c (target_xfer_partial): Use host_address_to_string to
+ print the address of readbuf and writebuf. Cast the address of
+ elements inside the myaddr buffer into intptr_t.
+ (deprecated_debug_xfer_memory): Use paddress to print memaddr.
+ Cast the address of elements inside the myaddr buffer into
+ intptr_t.
+
+2009-10-11 Joel Brobecker <brobecker@adacore.com>
+
* amd64-windows-nat.c, amd64-windows-tdep.c: New files.
* config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
* configure.host, configure.tgt: Add handling for x86_64/windows.