gdb/dwarf2loc.h - gdb

Data types defined

Macros defined

Source code

  1. /* DWARF 2 location expression support for GDB.

  2.    Copyright (C) 2003-2015 Free Software Foundation, Inc.

  3.    This file is part of GDB.

  4.    This program is free software; you can redistribute it and/or modify
  5.    it under the terms of the GNU General Public License as published by
  6.    the Free Software Foundation; either version 3 of the License, or
  7.    (at your option) any later version.

  8.    This program is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.    GNU General Public License for more details.

  12.    You should have received a copy of the GNU General Public License
  13.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

  14. #if !defined (DWARF2LOC_H)
  15. #define DWARF2LOC_H

  16. #include "dwarf2expr.h"

  17. struct symbol_computed_ops;
  18. struct objfile;
  19. struct dwarf2_per_cu_data;
  20. struct dwarf2_loclist_baton;
  21. struct agent_expr;
  22. struct axs_value;

  23. /* This header is private to the DWARF-2 reader.  It is shared between
  24.    dwarf2read.c and dwarf2loc.c.  */

  25. /* `set debug entry-values' setting.  */
  26. extern unsigned int entry_values_debug;

  27. /* Return the OBJFILE associated with the compilation unit CU.  If CU
  28.    came from a separate debuginfo file, then the master objfile is
  29.    returned.  */
  30. struct objfile *dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *cu);

  31. /* Return the address size given in the compilation unit header for CU.  */
  32. int dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *cu);

  33. /* Return the DW_FORM_ref_addr size given in the compilation unit header for
  34.    CU.  */
  35. int dwarf2_per_cu_ref_addr_size (struct dwarf2_per_cu_data *cu);

  36. /* Return the offset size given in the compilation unit header for CU.  */
  37. int dwarf2_per_cu_offset_size (struct dwarf2_per_cu_data *cu);

  38. /* Return the text offset of the CU.  The returned offset comes from
  39.    this CU's objfile.  If this objfile came from a separate debuginfo
  40.    file, then the offset may be different from the corresponding
  41.    offset in the parent objfile.  */
  42. CORE_ADDR dwarf2_per_cu_text_offset (struct dwarf2_per_cu_data *cu);

  43. /* Find a particular location expression from a location list.  */
  44. const gdb_byte *dwarf2_find_location_expression
  45.   (struct dwarf2_loclist_baton *baton,
  46.    size_t *locexpr_length,
  47.    CORE_ADDR pc);

  48. struct dwarf2_locexpr_baton dwarf2_fetch_die_loc_sect_off
  49.   (sect_offset offset_in_cu, struct dwarf2_per_cu_data *per_cu,
  50.    CORE_ADDR (*get_frame_pc) (void *baton),
  51.    void *baton);

  52. struct dwarf2_locexpr_baton dwarf2_fetch_die_loc_cu_off
  53.   (cu_offset offset_in_cu, struct dwarf2_per_cu_data *per_cu,
  54.    CORE_ADDR (*get_frame_pc) (void *baton),
  55.    void *baton);

  56. extern const gdb_byte *dwarf2_fetch_constant_bytes (sect_offset,
  57.                                                     struct dwarf2_per_cu_data *,
  58.                                                     struct obstack *,
  59.                                                     LONGEST *);

  60. struct type *dwarf2_get_die_type (cu_offset die_offset,
  61.                                   struct dwarf2_per_cu_data *per_cu);

  62. /* Find the frame base information for FRAMEFUNC at PC.  START is an
  63.    out parameter which is set to point to the DWARF expression to
  64.    compute.  LENGTH is an out parameter which is set to the length of
  65.    the DWARF expression.  This throws an exception on error or if an
  66.    expression is not found; the returned length will never be
  67.    zero.  */

  68. extern void func_get_frame_base_dwarf_block (struct symbol *framefunc,
  69.                                              CORE_ADDR pc,
  70.                                              const gdb_byte **start,
  71.                                              size_t *length);

  72. /* Evaluate a location description, starting at DATA and with length
  73.    SIZE, to find the current location of variable of TYPE in the context
  74.    of FRAME.  */

  75. struct value *dwarf2_evaluate_loc_desc (struct type *type,
  76.                                         struct frame_info *frame,
  77.                                         const gdb_byte *data,
  78.                                         size_t size,
  79.                                         struct dwarf2_per_cu_data *per_cu);

  80. /* Converts a dynamic property into a static one.  ADDRESS is the address
  81.    of the object currently being evaluated and might be nedded.
  82.    Returns 1 if PROP could be converted and the static value is passed back
  83.    into VALUE, otherwise returns 0.  */

  84. int dwarf2_evaluate_property (const struct dynamic_prop *prop,
  85.                               CORE_ADDR address,
  86.                               CORE_ADDR *value);

  87. /* A helper for the compiler interface that compiles a single dynamic
  88.    property to C code.

  89.    STREAM is where the C code is to be written.
  90.    RESULT_NAME is the name of the generated variable.
  91.    GDBARCH is the architecture to use.
  92.    REGISTERS_USED is a bit-vector that is filled to note which
  93.    registers are required by the generated expression.
  94.    PROP is the property for which code is generated.
  95.    ADDRESS is the address at which the property is considered to be
  96.    evaluated.
  97.    SYM the originating symbol, used for error reporting.  */

  98. void dwarf2_compile_property_to_c (struct ui_file *stream,
  99.                                    const char *result_name,
  100.                                    struct gdbarch *gdbarch,
  101.                                    unsigned char *registers_used,
  102.                                    const struct dynamic_prop *prop,
  103.                                    CORE_ADDR address,
  104.                                    struct symbol *sym);

  105. CORE_ADDR dwarf2_read_addr_index (struct dwarf2_per_cu_data *per_cu,
  106.                                   unsigned int addr_index);

  107. /* The symbol location baton types used by the DWARF-2 reader (i.e.
  108.    SYMBOL_LOCATION_BATON for a LOC_COMPUTED symbol).  "struct
  109.    dwarf2_locexpr_baton" is for a symbol with a single location
  110.    expression; "struct dwarf2_loclist_baton" is for a symbol with a
  111.    location list.  */

  112. struct dwarf2_locexpr_baton
  113. {
  114.   /* Pointer to the start of the location expression.  Valid only if SIZE is
  115.      not zero.  */
  116.   const gdb_byte *data;

  117.   /* Length of the location expression.  For optimized out expressions it is
  118.      zero.  */
  119.   size_t size;

  120.   /* The compilation unit containing the symbol whose location
  121.      we're computing.  */
  122.   struct dwarf2_per_cu_data *per_cu;
  123. };

  124. struct dwarf2_loclist_baton
  125. {
  126.   /* The initial base address for the location list, based on the compilation
  127.      unit.  */
  128.   CORE_ADDR base_address;

  129.   /* Pointer to the start of the location list.  */
  130.   const gdb_byte *data;

  131.   /* Length of the location list.  */
  132.   size_t size;

  133.   /* The compilation unit containing the symbol whose location
  134.      we're computing.  */
  135.   struct dwarf2_per_cu_data *per_cu;

  136.   /* Non-zero if the location list lives in .debug_loc.dwo.
  137.      The format of entries in this section are different.  */
  138.   unsigned char from_dwo;
  139. };

  140. /* A dynamic property is either expressed as a single location expression
  141.    or a location list.  If the property is an indirection, pointing to
  142.    another die, keep track of the targeted type in REFERENCED_TYPE.  */

  143. struct dwarf2_property_baton
  144. {
  145.   /* If the property is an indirection, we need to evaluate the location
  146.      LOCEXPR or LOCLIST in the context of the type REFERENCED_TYPE.
  147.      If NULL, the location is the actual value of the property.  */
  148.   struct type *referenced_type;
  149.   union
  150.   {
  151.     /* Location expression.  */
  152.     struct dwarf2_locexpr_baton locexpr;

  153.     /* Location list to be evaluated in the context of REFERENCED_TYPE.  */
  154.     struct dwarf2_loclist_baton loclist;
  155.   };
  156. };

  157. extern const struct symbol_computed_ops dwarf2_locexpr_funcs;
  158. extern const struct symbol_computed_ops dwarf2_loclist_funcs;

  159. extern const struct symbol_block_ops dwarf2_block_frame_base_locexpr_funcs;
  160. extern const struct symbol_block_ops dwarf2_block_frame_base_loclist_funcs;

  161. /* Compile a DWARF location expression to an agent expression.

  162.    EXPR is the agent expression we are building.
  163.    LOC is the agent value we modify.
  164.    ARCH is the architecture.
  165.    ADDR_SIZE is the size of addresses, in bytes.
  166.    OP_PTR is the start of the location expression.
  167.    OP_END is one past the last byte of the location expression.

  168.    This will throw an exception for various kinds of errors -- for
  169.    example, if the expression cannot be compiled, or if the expression
  170.    is invalid.  */

  171. extern void dwarf2_compile_expr_to_ax (struct agent_expr *expr,
  172.                                        struct axs_value *loc,
  173.                                        struct gdbarch *arch,
  174.                                        unsigned int addr_size,
  175.                                        const gdb_byte *op_ptr,
  176.                                        const gdb_byte *op_end,
  177.                                        struct dwarf2_per_cu_data *per_cu);

  178. /* Determined tail calls for constructing virtual tail call frames.  */

  179. struct call_site_chain
  180.   {
  181.     /* Initially CALLERS == CALLEES == LENGTH.  For partially ambiguous result
  182.        CALLERS + CALLEES < LENGTH.  */
  183.     int callers, callees, length;

  184.     /* Variably sized array with LENGTH elements.  Later [0..CALLERS-1] contain
  185.        top (GDB "prev") sites and [LENGTH-CALLEES..LENGTH-1] contain bottom
  186.        (GDB "next") sites.  One is interested primarily in the PC field.  */
  187.     struct call_site *call_site[1];
  188.   };

  189. struct call_site_stuff;
  190. extern struct call_site_chain *call_site_find_chain (struct gdbarch *gdbarch,
  191.                                                      CORE_ADDR caller_pc,
  192.                                                      CORE_ADDR callee_pc);

  193. /* A helper function to convert a DWARF register to an arch register.
  194.    ARCH is the architecture.
  195.    DWARF_REG is the register.
  196.    This will throw an exception if the DWARF register cannot be
  197.    translated to an architecture register.  */

  198. extern int dwarf2_reg_to_regnum_or_error (struct gdbarch *arch, int dwarf_reg);

  199. #endif /* dwarf2loc.h */