index
:
debugedit
main
users/mark/try-large-file
debugedit code
root
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
debugedit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-05
debugedit: Use ELF_F_PERMISSIVE when using ELF_F_LAYOUT
HEAD
main
Mark Wielaard
1
-1
/
+9
2026-03-10
debugedit: Support files with more than 65280 ELF sections
Mark Wielaard
1
-20
/
+96
2026-03-06
debugedit: Update relocation addend or symbol value for debug strings
Mark Wielaard
1
-8
/
+51
2025-07-03
debugedit: Handle EM_AMDGPU R_AMDGPU_ABS32 relocations
Mark Wielaard
1
-0
/
+10
2025-07-03
debugedit: Add -p, --preserve-dates
Mark Wielaard
1
-3
/
+22
2025-04-14
debugedit: Handle unused .debug_str_offsets entries
Mark Wielaard
1
-6
/
+83
2025-02-19
Add option to allow disabling inlined xxhash
Chen Qi
1
-1
/
+0
2024-10-28
debugedit: decompress (and recompress) DWARF sections
Morten Linderud
1
-10
/
+78
2024-10-02
debugedit: switch to xxhash for buildid recomputation
Frank Ch. Eigler
1
-45
/
+33
2024-10-01
debugedit: Handle DWARF5 DW_UT_type (Unit type 2) in ET_EXE/DYN
Mark Wielaard
1
-4
/
+12
2024-05-22
debugedit: Handle DW_MACRO_{define,undef}_strx
Mark Wielaard
1
-2
/
+37
2024-05-22
debugedit: Track active CU
Mark Wielaard
1
-49
/
+78
2024-05-20
debug_str_offsets header version and padding are 2 bytes, not 4 bytes
Mark Wielaard
1
-2
/
+2
2024-05-19
Simplify update_rela_data by checking rel_updated
Mark Wielaard
1
-10
/
+12
2024-05-19
Make relocation reading explicit
Mark Wielaard
1
-170
/
+161
2024-05-15
Optimize do_read_32_relocated using binary search
Nikita Popov
1
-2
/
+18
2024-03-21
debugedit: Only write the ELF file when updating strings or build-id
Mark Wielaard
1
-3
/
+18
2023-12-04
debugedit: Add support for .debug_str_offsets (DW_FORM_strx)
Mark Wielaard
1
-24
/
+192
2023-08-28
debugedit: Fix missing space in --help output
Mark Wielaard
1
-1
/
+1
2023-03-23
debugedit: Use 'z', not 'Z' as conversion specifier
Mark Wielaard
1
-1
/
+1
2023-01-12
debugedit: Add support for loongarch
daifan
1
-0
/
+6
2022-12-28
debugedit: Skip calling edit_dwarf2 if not rewriting and/or listing source
Mark Wielaard
1
-1
/
+3
2022-04-21
debugedit: Use standard libelf elf_strptr
Mark Wielaard
1
-18
/
+3
2022-03-24
debugedit: Guard against NULL names returned by by strptr
Mark Wielaard
1
-3
/
+6
2022-01-03
Fix -u option
Allan McRae
1
-1
/
+1
2021-11-18
debugedit: Handle hppa EM_PARISC and R_PARISC_DIR32
Mark Wielaard
1
-0
/
+4
2021-10-11
debugedit: Use original shdr sh_type to check for NOBITS
Mark Wielaard
1
-1
/
+1
2021-07-12
Record and write files in read_dwarf5_line_entries.
Mark Wielaard
1
-9
/
+13
2021-07-05
debugedit: check write to list_file succeeds
Mark Wielaard
1
-5
/
+8
2021-07-05
debugedit: Report errors if we cannot chmod the file.
Mark Wielaard
1
-2
/
+4
2021-07-05
debugedit: Skip relocations with missing symbol/section offset.
Mark Wielaard
1
-6
/
+7
2021-07-01
debugedit: Handle realloc failure correctly.
Mark Wielaard
1
-1
/
+5
2021-04-29
debugedit: Add manual using help2man
Mark Wielaard
1
-1
/
+1
2021-04-29
debugedit: consistently use error() instead of fprintf(stderr)
Dmitry V. Levin
1
-32
/
+19
2021-04-29
debugedit: strip extra newline characters from diagnostic messages
Dmitry V. Levin
1
-4
/
+4
2021-04-14
debugedit: Fix 'Unhandled relocation 0 in .debug_info section' on e2k
Vitaly Chikunov
1
-0
/
+6
2021-04-03
debugedit: add MIPS support
Ivan A. Melnikov
1
-0
/
+10
2021-03-23
debugedit: fix exit status in case of wrong number of arguments
Dmitry V. Levin
1
-6
/
+6
2021-03-21
Initial build system. Remove rpm and popt dependencies.
debugedit-0.1
Mark Wielaard
1
-70
/
+167
2021-02-16
debugedit: Handle DWARF-5 debug_line and debug_line_str.
Mark Wielaard
1
-61
/
+410
2021-02-16
debugedit: Implement DWARF-5 unit header and new forms parsing.
Jan Kratochvil
1
-7
/
+81
2021-02-16
debugedit: Move code to separate functions.
Jan Kratochvil
1
-155
/
+212
2021-02-16
debugedit: Protect macro arguments by parentheses
Jan Kratochvil
1
-7
/
+7
2021-02-16
debugedit: Distinguish files from directories in src list file
Vitaly Chikunov
1
-1
/
+10
2020-11-23
debugedit: Do not 'edit_dwarf2' when just extracting build-id
Vitaly Chikunov
1
-1
/
+2
2020-08-12
debugedit: Fix missing relocation of .debug_types section.
Jan Kratochvil
1
-43
/
+80
2020-08-12
[NFC] debugedit: Move code from edit_dwarf2() to edit_info().
Jan Kratochvil
1
-329
/
+343
2019-06-19
debugedit: Make sure .debug_line old/new idx start equal.
Mark Wielaard
1
-0
/
+1
2019-06-19
Handle .debug_macro in debugedit.
Mark Wielaard
1
-9
/
+187
2019-06-19
debugedit: Refactor reading/writing of relocated values.
Mark Wielaard
1
-179
/
+216
[next]