summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* debugedit: Make sure .debug_line old/new idx start equal.Mark Wielaard2019-06-191-0/+1
* Handle .debug_macro in debugedit.Mark Wielaard2019-06-191-9/+187
* debugedit: Refactor reading/writing of relocated values.Mark Wielaard2019-06-191-179/+216
* Add some debugedit tests.Mark Wielaard2019-06-191-0/+10
* Return error codes from elfdepsPanu Matilainen2018-08-241-3/+6
* debugedit: Only try to collect comp_dir in phase zero.Mark Wielaard2018-03-121-22/+30
* debugedit: Check .debug_str index is valid before use.Mark Wielaard2018-03-091-0/+14
* debugedit: handle RISC-V relocationAndreas Schwab2018-03-051-0/+6
* Fix type mismatch calculating new line program offset in debugedit.c.Mark Wielaard2018-02-011-3/+3
* Split cli verification flags out of qva_flagsPanu Matilainen2017-11-141-6/+1
* Add a new option --alldeps to rpmdepsPeter Kjellerstedt2017-11-031-19/+25
* debugedit: edit_dwarf2 check lndx is in range before checking r_offset.Mark Wielaard2017-10-161-4/+4
* debugedit: skip_dir_prefix should check for dir separator.Mark Wielaard2017-06-301-2/+8
* Spelling fixesVille Skyttä2017-06-271-2/+2
* Do not call rpmfcPrint() with an uninitialized buffer in rpmdepsPeter Kjellerstedt2017-05-181-1/+1
* debugedit: Only output comp_dir under build dir (once).Mark Wielaard2017-04-241-23/+16
* debugedit: Add -n, --no-recompute-build-id.Mark Wielaard2017-04-191-1/+5
* Eliminate warning from '_' being redefined in sepdebugcrcfix.cPanu Matilainen2017-03-241-0/+2
* Fix Large File Support (LFS) in sepdebugcrcfix tool and systemd_inhibit.so pl...Gleb Fotengauer-Malinovskiy2017-03-241-0/+3
* debugedit: Fix off-by-one adding DW_FORM_string replacement slashes.Mark Wielaard2017-03-221-4/+8
* debugedit: Fix edit_dwarf2_line replace_dirs -> replace_files typo.Mark Wielaard2017-03-211-1/+1
* debugedit: Fix cross-endian build-id reading and updating section data.Mark Wielaard2017-03-211-32/+31
* debugedit: Support String/Line table rewriting for larger/smaller paths.Mark Wielaard2017-03-061-252/+1317
* Eliminate unnecessary dependency on bfd.h from sepdebugcrcfixMark Wielaard2016-12-091-2/+2
* Make it possible to have unique build-ids across build versions/releases.Mark Wielaard2016-07-291-2/+22
* Add sepdebugcrcfix to fixup old style gnu_debuglink CRC checksum.Mark Wielaard2016-07-291-0/+361
* Remove some unnecessary assignments flagged by cppcheckVille Skyttä2016-07-291-1/+1
* Reimplement setprogname() and getprogname() to be generic and portableKamil Rytarowski2016-02-113-8/+6
* Add support for various types of dependencies to rpmdeps toolLubos Kardos2015-09-211-0/+36
* Make sure references to go sources in debuginfo packages go to the installed ...Jan Kratochvil2015-04-151-2/+2
* Ensure clean paths are used for matching in debugedit (RhBug:1077148)Panu Matilainen2014-03-251-0/+6
* Add support for m68kAndreas Schwab2014-03-241-0/+4
* Filter out garbage sonames from dependencies (ticket #158)Panu Matilainen2014-01-241-0/+13
* Doh, its .debug_gdb_scripts, not _script (really fix SuseBug:818502)Panu Matilainen2013-08-011-1/+1
* Do not filter ld64.* and ld64-* provides and requiresFlorian Festi2013-07-301-1/+2
* Teach debugedit about .debug_gdb_script section (SuseBug:818502)Panu Matilainen2013-06-171-0/+2
* Avoid breaking build on older systems which dont know AArch64Panu Matilainen2013-06-171-0/+2
* debugedit: handle aarch64 debug_info relocations (RhBug:974860)Kyle McMartin2013-06-171-0/+4
* Plug segfault on NULL pointer dereference in debugedit (RhBug:929365)Panu Matilainen2013-05-221-0/+4
* Revert "make "canonicalization(...)shrank by one character" error message mor...Panu Matilainen2013-01-091-1/+1
* Alternatively accept files from command line arguments in elfdepsPanu Matilainen2013-01-081-4/+12
* Extract (and optionally require) interpreter from ELF filesPanu Matilainen2013-01-081-0/+27
* Filter ELF dependencies by namePanu Matilainen2013-01-071-0/+31
* Fake ELF sonames by default (again)Panu Matilainen2013-01-071-2/+2
* Centralize elf soname provide addition, commentPanu Matilainen2013-01-031-15/+18
* Only fake ELF soname's if requestedPanu Matilainen2013-01-031-1/+3
* Move elf class marker figuring to helper function, generalize a bitPanu Matilainen2013-01-031-5/+19
* Consolidate elf dependency string generation to helper functionPanu Matilainen2013-01-031-24/+19
* make "canonicalization(...)shrank by one character" error message more usefullthierry.vignaud@gmail.com2012-11-011-1/+1
* Accept files as command line arguments again in rpmdeps (RhBug:807767)Panu Matilainen2012-03-291-5/+13