Add support for DW_OP_GNU_variable_value
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index c746bfedbdf51910fa33bfd0943475c8122ec6fd..a98edc931d7fab9c079a97cad3ee9e6ea07f9c71 100644 (file)
@@ -221,6 +221,9 @@ struct dwarf_expr_context
      subroutine.  */
   virtual void dwarf_call (cu_offset die_cu_off) = 0;
 
+  /* Execute "variable value" operation on the DIE at SECT_OFF.  */
+  virtual struct value *dwarf_variable_value (sect_offset sect_off) = 0;
+
   /* Return the base type given by the indicated DIE at DIE_CU_OFF.
      This can throw an exception if the DIE is invalid or does not
      represent a base type.  SIZE is non-zero if this function should
This page took 0.025446 seconds and 4 git commands to generate.