aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp
AgeCommit message (Expand)AuthorFilesLines
2022-10-22elf2dmp: free memory in failurelu zhipeng1-0/+1
2022-05-25contrib/elf2dmp: add ELF dump header checkingViktor Prutyanov1-0/+53
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-3/+3
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini1-1/+1
2021-09-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell1-0/+4
2021-09-20elf2dmp: Check curl_easy_setopt() return valuePeter Maydell1-12/+10
2021-01-20elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang3-14/+14
2021-01-02curl: convert to mesonPaolo Bonzini1-1/+1
2020-12-13elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan1-0/+1
2020-12-13elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan1-0/+1
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