Prefer existing data when evaluating DWARF expression
[deliverable/binutils-gdb.git] / gdb / dwarf2 / loc.h
index 6ff9b79dc0332437d17827148c6b7492d9dfe4af..9815368d625a5d1101819175ad0ad4d84fd7cacb 100644 (file)
@@ -73,7 +73,7 @@ struct property_addr_info
   struct type *type;
 
   /* If not NULL, a buffer containing the object's value.  */
-  const gdb_byte *valaddr;
+  gdb::array_view<const gdb_byte> valaddr;
 
   /* The address of that object.  */
   CORE_ADDR addr;
This page took 0.023706 seconds and 4 git commands to generate.