aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-01-26 20:54:16 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-01-26 20:54:16 +0000
commite1f48eadc1c23ae7e146a60f5a5c9bb04fafc298 (patch)
tree8f1aaa754ee9cdda2cffce53cbd7afb2e975d7ed /gdb/NEWS
parent3a60f64edda5bf2b464ad841704c225893a1cd73 (diff)
downloadgdb-e1f48eadc1c23ae7e146a60f5a5c9bb04fafc298.zip
gdb-e1f48eadc1c23ae7e146a60f5a5c9bb04fafc298.tar.gz
gdb-e1f48eadc1c23ae7e146a60f5a5c9bb04fafc298.tar.bz2
* c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
* NEWS: Describe CHAR array vs. string identifcation rules.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3e5c1be..d9d35f5 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -15,6 +15,9 @@ frequency signals (e.g. SIGALRM) via the QPassSignals packet.
target's overall architecture. GDB can read a description from
a local file or over the remote serial protocol.
+* Arrays of explicitly SIGNED or UNSIGNED CHARs are now printed as arrays
+ of numbers.
+
* New commands
set mem inaccessible-by-default