Call forget_cached_source_info to clear the stale source cache
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index eb2259bfc442e72411894c30684893f3731e0187..2a92a28908d44e16b4304fd15bb80e21b72bbebb 100644 (file)
@@ -22,8 +22,8 @@
 #if !defined (DWARF2EXPR_H)
 #define DWARF2EXPR_H
 
-#include "gdbtypes.h"
 #include "leb128.h"
+#include "gdbtypes.h"
 
 /* The location of a value.  */
 enum dwarf_value_location
@@ -139,7 +139,8 @@ struct dwarf_expr_context
      context and operations depending on DW_FORM_ref_addr are not allowed.  */
   int ref_addr_size;
 
-  /* Offset used to relocate DW_OP_addr and DW_OP_GNU_addr_index arguments.  */
+  /* Offset used to relocate DW_OP_addr, DW_OP_addrx, and
+     DW_OP_GNU_addr_index arguments.  */
   CORE_ADDR offset;
 
   /* The current depth of dwarf expression recursion, via DW_OP_call*,
@@ -242,7 +243,7 @@ struct dwarf_expr_context
                                           union call_site_parameter_u kind_u,
                                           int deref_size) = 0;
 
-  /* Return the address indexed by DW_OP_GNU_addr_index.
+  /* Return the address indexed by DW_OP_addrx or DW_OP_GNU_addr_index.
      This can throw an exception if the index is out of range.  */
   virtual CORE_ADDR get_addr_index (unsigned int index) = 0;
 
This page took 0.024872 seconds and 4 git commands to generate.