* dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
expression is empty, bother to return the 'optimized out' value we
construct. (Thanks to Carl Burch.)
+2007-01-24 Jim Blandy <jimb@codesourcery.com>
+
+ * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
+ expression is empty, bother to return the 'optimized out' value we
+ construct. (Thanks to Carl Burch.)
+
2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
* varobj.c (c_value_of_root, c_value_of_child)
retval = allocate_value (SYMBOL_TYPE (var));
VALUE_LVAL (retval) = not_lval;
set_value_optimized_out (retval, 1);
+ return retval;
}
baton.frame = frame;