http://sourceware.org/ml/gdb-patches/2012-11/msg00312.html
[deliverable/binutils-gdb.git] / gdb / value.h
index 67f1d048508a41685fcca626ba3fd6285b4bca7f..5825f6eca1ff59acfc5d010ba0348c7ac9b51a09 100644 (file)
@@ -482,6 +482,12 @@ extern void read_value_memory (struct value *val, int embedded_offset,
                               int stack, CORE_ADDR memaddr,
                               gdb_byte *buffer, size_t length);
 
+/* Cast SCALAR_VALUE to the element type of VECTOR_TYPE, then replicate
+   into each element of a new vector value with VECTOR_TYPE.  */
+
+struct value *value_vector_widen (struct value *scalar_value,
+                                 struct type *vector_type);
+
 \f
 
 #include "symtab.h"
This page took 0.023021 seconds and 4 git commands to generate.