summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regenerate .po files.elfutils-0.165Mark Wielaard2016-01-116-60/+64
* libebl: Fix missing brackets around if statement body.Mark Wielaard2016-01-092-180/+187
* tests: Fix parentheses in elfputzdata strncmp test.Mark Wielaard2016-01-082-1/+5
* Fix build on 32bit systems.Mark Wielaard2016-01-085-3/+12
* Prepare 0.165 release.Mark Wielaard2016-01-0811-2967/+3330
* Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-086-25/+20
* Updated Polish translationPiotr Drąg2016-01-081-723/+824
* Updated Polish translationPiotr Drąg2016-01-071-659/+724
* elfcompress: New utility.Mark Wielaard2016-01-066-3/+1440
* elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-062-10/+43
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-0610-59/+445
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-0610-23/+609
* libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-065-32/+201
* libdw: Use elf_compress[_gnu] to uncompress debug section data.Mark Wielaard2016-01-064-137/+63
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-0620-26/+1822
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-065-4/+281
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2016-01-0626-18/+676
* libdwelf: Add dwelf_scn_gnu_compressed_size.Mark Wielaard2016-01-0614-6/+334
* config: Add libelf and libdw pkg-config files.Mark Wielaard2016-01-057-3/+68
* elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-052-1/+10
* tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx.Mark Wielaard2016-01-054-4/+56
* Make make more silent.Mark Wielaard2016-01-052-1/+9
* Move nested functions in linux-proc-maps.c to file scope.Chih-Hung Hsieh2016-01-032-14/+22
* Move nested functions in core-file.c to file scope.Chih-Hung Hsieh2016-01-032-42/+59
* Move nested functions check64 and check32 in link_map.c to file scope.Chih-Hung Hsieh2016-01-032-47/+58
* backends: sparc: support for live backtracesJose E. Marchesi2016-01-034-1/+137
* backends: sparc: support for core backtracesJose E. Marchesi2016-01-0310-3/+142
* libdwfl: make the unwinder aware of the backend defined ra_offset.Jose E. Marchesi2016-01-033-2/+16
* libebl: new backend attribute ra_offset.Jose E. Marchesi2016-01-034-0/+24
* tests: Use valgrind --leak-check=full.Mark Wielaard2016-01-026-1/+50
* libdw: Don't leak duplicate FDEs.Mark Wielaard2016-01-022-1/+14
* nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.Mark Wielaard2016-01-022-8/+116
* nm: Don't leak duplicate Dwarf local names.Mark Wielaard2016-01-022-5/+14
* unstrip: Don't leak new section data.Mark Wielaard2016-01-022-2/+47
* libdw: Don't use a FDE if it doesn't actually cover a real code range.Mark Wielaard2016-01-022-0/+12
* libdwfl: Fix memory leak in link_map.c dwfl_link_map_report.Mark Wielaard2016-01-022-2/+12
* libdwfl: Don't leak core Elf and core file descriptor from argp-std.Mark Wielaard2016-01-027-17/+82
* tests: Fix some memory leaks in testcases.Mark Wielaard2016-01-029-4/+36
* libdw: Don't leak fake_loc_cu.Mark Wielaard2016-01-022-1/+9
* elfcmp: Fix leaking Ebl handles.Mark Wielaard2016-01-022-0/+6
* Move nested functions in dwfl_module_getdwarf.c to file scope.Chih-Hung Hsieh2016-01-022-148/+165
* Move nested functions in dwfl_module_addrsym.c to file scope.Chih-Hung Hsieh2016-01-022-148/+193
* Move nested functions in dwarf_entry_breakpoints.c to file scope.Chih-Hung Hsieh2016-01-022-51/+64
* Move nested functions in libdw_visit_scopes.c to file scope.Chih-Hung Hsieh2016-01-022-71/+95
* libdw: Make sure Ebl is always freed from cfi frame cache.Mark Wielaard2015-11-274-5/+35
* libdw: initialize state early in read_srclinesDmitry V. Levin2015-11-162-19/+24
* No nested functions in dwarf_getsrclines.Chih-Hung Hsieh2015-11-132-105/+144
* Move nested functions in gzip.c to file scope.Chih-Hung Hsieh2015-11-132-120/+153
* No nested function in dwarf_getscopevar to file scope.Chih-Hung Hsieh2015-11-132-17/+27
* Move nested functions in dwfl_module_getsrc_file.c.Chih-Hung Hsieh2015-11-032-15/+28