summaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-02-14 11:26:42 +0000
committerPedro Alves <pedro@codesourcery.com>2011-02-14 11:26:42 +0000
commita6e3210db7ee98f70ce97bf7fae59ee1ab011fb6 (patch)
tree2691202c2bde46fac8ba863c03c905fde8a84fc7 /gdb/c-valprint.c
parent7e8fe5629367d9a70d642b1def35436611490b39 (diff)
downloadgdb-a6e3210db7ee98f70ce97bf7fae59ee1ab011fb6.tar.gz
gdb/
* c-valprint.c (c_val_print): Print a string with unavailable contents as an array.
Diffstat (limited to 'gdb/c-valprint.c')
-rw-r--r--gdb/c-valprint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c
index baad597cf02..138aca6d970 100644
--- a/gdb/c-valprint.c
+++ b/gdb/c-valprint.c
@@ -187,6 +187,8 @@ c_val_print (struct type *type, const gdb_byte *valaddr,
long as the entire array is valid. */
if (c_textual_element_type (unresolved_elttype,
options->format)
+ && value_bytes_available (original_value, embedded_offset,
+ TYPE_LENGTH (type))
&& value_bits_valid (original_value,
TARGET_CHAR_BIT * embedded_offset,
TARGET_CHAR_BIT * TYPE_LENGTH (type)))