aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-11 08:51:59 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-11 08:51:59 +0000
commite2ad119d2f303ac7205e3d6c9ed67c6d524c2f61 (patch)
treeeaa7c4521c401f1bac64ddd7a809c1edb114b015 /gdb/TODO
parentd730266bb0c67c82fd60fd1998bdcba2e1b5bb1c (diff)
downloadgdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.zip
gdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.tar.gz
gdb-e2ad119d2f303ac7205e3d6c9ed67c6d524c2f61.tar.bz2
* printcmd.c (print_scalar_formatted): Move masking of 'a' address
from here. (print_address_numeric): To here. * TODO: Update.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 393a0b9..a384611 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -117,6 +117,15 @@ BIG_ENDIAN and LITTLE_ENDIAN.
--
+printcmd.c (print_address_numeric):
+
+NOTE: This assumes that the significant address information is kept in
+the least significant bits of ADDR - the upper bits were either zero
+or sign extended. Should ADDRESS_TO_POINTER() or some
+ADDRESS_TO_PRINTABLE() be used to do the conversion?
+
+--
+
Code Cleanups: General
======================