aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp
AgeCommit message (Expand)AuthorFilesLines
2020-10-27elf2dmp: Fix memory leak on main() error pathsAlexChen1-2/+2
2020-08-21contrib/elf2dmp: convert to mesonMarc-André Lureau2-4/+5
2019-07-22contrib/elf2dmp: Build download.o with CURL_CFLAGSPeter Maydell1-0/+3
2019-06-12Clean up a few header guard symbolsMarkus Armbruster1-3/+2
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2019-05-13Clean up includesMarkus Armbruster2-4/+2
2019-03-11contrib/elf2dmp: add kernel start address checkingViktor Prutyanov1-0/+6
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov2-13/+18
2019-02-05contrib/elf2dmp: fix structures definitionsViktor Prutyanov3-6/+14
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov2-22/+9
2019-02-05contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov2-20/+9
2019-02-05contrib/elf2dmp: fix elf.h includingViktor Prutyanov1-4/+4
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-12-20Clean up includesMarkus Armbruster3-4/+0
2018-10-02contrib: add elf2dmp toolViktor Prutyanov13-0/+2033