summaryrefslogtreecommitdiff
path: root/libdw/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix automake warningsDmitry V. Levin2020-12-101-3/+2
* Drop $(EXEEXT) suffix from shared librariesDmitry V. Levin2020-12-061-1/+1
* Support building when fts and obstack aren't part of libc.Érico Rolim2020-11-031-1/+1
* debuginfod 1/2: client sideAaron Merey2019-11-221-1/+1
* libdw: Rewrite the memory handler to be thread-safe.Jonathon Anderson2019-10-241-2/+2
* Don't use dlopen() for libebl modulesOmar Sandoval2019-08-291-7/+14
* Add PIC and non-PIC variants of libcpu and libeblOmar Sandoval2019-08-281-1/+1
* libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-291-1/+2
* libdw: Add new dwarf_cu_info function.Mark Wielaard2018-05-241-1/+1
* libdw: dwarf_get_units find split units from .dwo.Mark Wielaard2018-05-191-1/+2
* libdw: Add new dwarf_get_units function to iterate over all units.Mark Wielaard2018-02-211-1/+1
* libdw: Add dwarf_die_addr_die function.Mark Wielaard2018-02-131-1/+2
* libdw: Resolve alt file on first use.Mark Wielaard2018-01-251-2/+2
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-181-3/+3
* libdw: Add dwarf_default_lower_bound.Mark Wielaard2017-08-021-2/+2
* libdw: Add dwarf_line_file.Mark Wielaard2017-07-261-1/+1
* Unify linking of libasm, libelf, libdw, backendsUlf Hermann2017-07-241-6/+9
* Make zlib mandatory.Mark Wielaard2015-10-261-1/+1
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-061-2/+2
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-061-1/+1
* Link against standalone argp libraryAnthony G. Basile2015-05-041-1/+1
* Publish known-dwarf.hPetr Machata2015-03-311-2/+2
* avoid scary command outputUlrich Drepper2014-12-181-1/+1
* Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.Mark Wielaard2014-12-041-1/+1
* Support .debug_macroPetr Machata2014-11-101-3/+5
* libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.Mark Wielaard2014-11-051-1/+1
* libdw: Add new function dwarf_cu_die.Mark Wielaard2014-08-151-2/+3
* libdw: Add new function dwarf_cu_getdwarf.Mark Wielaard2014-08-151-1/+1
* libdw: Add dwarf_getalt, dwarf_setaltFlorian Weimer2014-04-241-1/+2
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-241-1/+4
* Remove mudflap build option.Mark Wielaard2014-04-181-5/+1
* libdw: Simplify and inline get_uleb128 and get_sleb128Josh Stone2013-12-131-2/+1
* Fix expansion of libdw_a_LIBADDMichael Forney2013-11-051-1/+2
* Check for prefixed ar, readelf, and nmMichael Forney2013-11-051-1/+1
* libdw: Add new functions dwarf_getlocation_attr and dwarf_getlocation_die.Mark Wielaard2013-09-061-1/+2
* Updates for Automake 1.13.Mark Wielaard2013-04-261-1/+1
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-171-2/+2
* Update name, license and contributor policy.Mark Wielaard2012-06-051-16/+19
* Run gawk on config/known-dwarf.awk.Mark Wielaard2011-10-311-1/+1
* Handle DW_OP_GNU_implicit_pointer.Roland McGrath2010-08-301-1/+1
* Merge branch 'roland/debug_types'Roland McGrath2010-06-201-2/+3
|\
| * Handle reading .debug_types section.Roland McGrath2010-06-161-2/+3
* | Record new line table fields, export APIs to fetch them.Roland McGrath2010-06-181-0/+2
|/
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-151-20/+4
* Add dwarf_aggregate_size helper function to libdw.Roland McGrath2010-01-051-2/+3
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-2/+8
* Put known-dwarf.h in the dist so every build need not have a recent gawk.Roland McGrath2009-01-231-3/+5
* Fix 'make clean' in libdw.Roland McGrath2009-01-211-1/+2
* Merge commit 'origin/master' into roland/known-dwarfRoland McGrath2009-01-171-4/+2
|\
* | Generate macros for tables of known dwarf.h constants.Roland McGrath2009-01-111-0/+7
|/