diff options
| author | Roland McGrath <[email protected]> | 2010-05-08 04:01:14 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-08-30 04:10:41 -0700 |
| commit | 932585d2385c9d4e5686e4ddc9ba30c68172d7f3 (patch) | |
| tree | d9a9bd294301b8d01c7a994b9560cb68121dcd3f /libdw/libdwP.h | |
| parent | a159915a87d83951acb9e504b9cefc08ba98b8bd (diff) | |
Handle DW_OP_GNU_implicit_pointer.
Diffstat (limited to 'libdw/libdwP.h')
| -rw-r--r-- | libdw/libdwP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index bb0ae1d1..da6efc53 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -456,6 +456,10 @@ extern int __libdw_intern_expression (Dwarf *dbg, int sec_index) __nonnull_attribute__ (5, 6, 9, 10) internal_function; +extern Dwarf_Die *__libdw_offdie (Dwarf *dbg, Dwarf_Off offset, + Dwarf_Die *result, bool debug_types) + internal_function; + /* Return error code of last failing function call. This value is kept separately for each thread. */ |
