summaryrefslogtreecommitdiff
path: root/tools/debugedit.c
Commit message (Expand)AuthorAgeFilesLines
* debugedit: Only try to collect comp_dir in phase zero.Mark Wielaard2018-06-291-22/+30
* debugedit: Check .debug_str index is valid before use.Mark Wielaard2018-06-291-0/+14
* debugedit: handle RISC-V relocationAndreas Schwab2018-06-291-0/+6
* Fix type mismatch calculating new line program offset in debugedit.c.Mark Wielaard2018-06-291-3/+3
* debugedit: edit_dwarf2 check lndx is in range before checking r_offset.Mark Wielaard2018-01-101-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
* 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
* 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
* Make it possible to have unique build-ids across build versions/releases.Mark Wielaard2016-07-291-2/+22
* 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
* Doh, its .debug_gdb_scripts, not _script (really fix SuseBug:818502)Panu Matilainen2013-08-011-1/+1
* 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
* make "canonicalization(...)shrank by one character" error message more usefullthierry.vignaud@gmail.com2012-11-011-1/+1
* Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)Panu Matilainen2012-03-071-1/+1
* Teach debugedit about .debug_macro dwarf section (RhBug:759272)Panu Matilainen2011-12-021-0/+2
* Add DWARF-4 support to debugedit (RhBug:707677)Jakub Jelinek2011-06-171-7/+20
* Bail out of debuginfo if stabs format encountered (RhBug:453506)Panu Matilainen2011-05-241-3/+4
* Remove unused variable in debugeditPanu Matilainen2011-03-041-2/+0
* debugedit: fix incorrect error messages regarding -b and -dAnssi Hannula2010-09-011-2/+2
* Make debugedit -i recompute build ID only when any DWARF was actually changed.Roland McGrath2010-05-111-11/+21
* Whitespace fixups for tools/debugedit.cRoland McGrath2010-05-111-65/+62
* Add debugedit support for DWARF-3 (RhBug:505774)Panu Matilainen2009-06-161-19/+27
* Revert couple of checksum -> digest renamesPanu Matilainen2009-03-191-1/+1
* Add md5->filedigest aliases (rhbz#487597)Jindrich Novy2009-02-271-1/+1
* Delay NSS initialization until actually usedPanu Matilainen2009-01-081-2/+0
* debugedit: Include empty CU current directories (rhbz#444310)Panu Matilainen2008-06-271-0/+28
* Silence bogus warning on memset()Panu Matilainen2008-05-051-3/+6
* Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen2008-04-071-2/+2
* Remove now useless nested function in debugeditPanu Matilainen2008-01-041-9/+3
* More size_t type pedantryPanu Matilainen2007-12-141-2/+2
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-2/+2
* Eliminate type "byte"Ralf Corsépius2007-11-261-1/+1
* Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius2007-11-231-1/+1
* Include system.hRalf Corsépius2007-11-221-0/+2
* Debugedit needs crypto initialization too..Panu Matilainen2007-11-151-0/+2
* Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen2007-11-021-21/+20
* Remove local def of uint32_t, uint16_t.Ralf Corsépius2007-10-291-5/+3
* Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius2007-10-261-21/+21
* debugedit mishandles empty DW_AT_comp_dir (Roland McGrath)Panu Matilainen2007-10-181-5/+10