summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libdbgserver: rename build_id_bytes parameter of dbgserver_find_*()dbgserver.pre20190903Aaron Merey2019-09-032-16/+16
* dbgserver: add man pages for libdbgserver functionsAaron Merey2019-08-305-1/+79
* dbgserver-find: add executable and source lookup testsAaron Merey2019-08-291-1/+27
* dbgserver-find: exit early if no args given, add dbgserver-find testsAaron Merey2019-08-293-14/+42
* dbgserver: document controlling env vars as macros in -client.hFrank Ch. Eigler2019-08-194-6/+49
* dbgserver-find: tweak doc messageFrank Ch. Eigler2019-08-191-1/+1
* dbgserver: rpm source file indexing/serviceFrank Ch. Eigler2019-08-191-62/+93
* snapFrank Ch. Eigler2019-08-191-55/+253
* dbgserver: uniqueify -F and -R pathsFrank Ch. Eigler2019-08-192-6/+8
* dbgserver: garbage collect previous-schema-version tablesFrank Ch. Eigler2019-08-191-12/+15
* dbgserver: snapFrank Ch. Eigler2019-08-195-26/+116
* elfutils-dbgserver prototype, squashed commitsFrank Ch. Eigler2019-08-1925-10/+3921
* config/elfutils.spec.in: package eu-elfclassifyDmitry V. Levin2019-08-152-0/+5
* Prepare for 0.177elfutils-0.177Mark Wielaard2019-08-1312-2119/+2218
* elfclassify: New tool to analyze ELF objects.Florian Weimer2019-08-137-5/+1433
* libdwelf: Make dwelf_elf_begin return NULL only when there is an error.Mark Wielaard2019-08-138-13/+45
* libdwfl: Fix fd leak/closing wrong fd after dwfl_core_file_report()Omar Sandoval2019-08-092-0/+6
* Add backend support for C-SKYMao Han2019-07-1721-6/+692
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-1031-32/+576
* tests: Add 2GB to mem_needed running run-large-elf-file.sh with valgrindMark Wielaard2019-07-012-2/+13
* libelf: Fix some 32bit offset/size issues that break updating 4G+ files.Mark Wielaard2019-06-2815-52/+239
* stack: Fix error message when dwfl_core_file_attach fails.Mark Wielaard2019-06-252-1/+5
* strip don't mmap debug output file.Mark Wielaard2019-06-242-1/+6
* tests: elfcopy --reverse-offs should only swap sections next to each other.Mark Wielaard2019-06-032-0/+6
* libebl: Try harder to find backend library in bin and lib origin paths.Mark Wielaard2019-05-302-47/+78
* libelf: Mark shdr_flags dirty if offset or size changes during update.Mark Wielaard2019-05-168-10/+332
* libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.Mark Wielaard2019-05-162-0/+11
* readelf: Decode DW_AT_discr_list block attributes.Mark Wielaard2019-05-147-10/+453
* readelf: Clean up section lists after usage.Mark Wielaard2019-05-142-0/+19
* lib/color: Fix compilation with uClibcRosen Penev2019-05-052-1/+5
* libelf: Add n_namesz offset overflow check to gelf_get_note.Mark Wielaard2019-05-042-2/+8
* libelf: If xlate can only convert the ELF note header, just do that.Mark Wielaard2019-05-046-5/+283
* tests: Don't printf a known NULL symname in backtrace-dwarf.c.Mark Wielaard2019-04-302-1/+6
* tests: Don't printf a known NULL symname.Mark Wielaard2019-04-302-1/+5
* unstrip: Robustify gelf_getshdr and gelf_getsymshndx calls.Mark Wielaard2019-04-282-0/+10
* size: Robustify against gelf_getshdr returning NULL.Mark Wielaard2019-04-282-0/+13
* nm: Simplify naming of invalid sections, check shdr isn't NULL.Mark Wielaard2019-04-282-8/+11
* elfcmp: Handle bad sections without crashing.Mark Wielaard2019-04-282-3/+7
* libebl: Check ebl is not NULL in ebl_symbol_[binding|type]_name.Mark Wielaard2019-04-283-0/+9
* libdwfl: Make sure to left shift a unsigned 64bit value in expr_eval.Mark Wielaard2019-04-282-1/+6
* libdwfl: Don't call realloc with zero in cu.c addraranges.Mark Wielaard2019-04-282-2/+9
* libdw: Remove unused variable initialization in dwarf_siblingof.Mark Wielaard2019-04-282-1/+5
* libdw: Call check_constant_offset with direct pointers.Mark Wielaard2019-04-282-1/+6
* libdw: Reject DW_OP_implicit_value in CFI.Mark Wielaard2019-04-282-0/+7
* config: Add git tag --verify to upload-release.sh.Mark Wielaard2019-04-152-0/+5
* backends: riscv_cfi.c had a bad BACKEND define.Mark Wielaard2019-04-142-1/+5
* libelf: Sync elf.h from glibcMao Han2019-04-142-2/+98
* readelf: Print DW_AT_data_member_location as decimal offset, not hex number.Mark Wielaard2019-04-102-1/+6
* readelf: print_debug_macinfo_section, check cus[0] is not the sentinel.Mark Wielaard2019-03-292-3/+8
* libdwfl: Sanity check partial core file phdrs data read.Mark Wielaard2019-03-272-0/+11