aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/pdb.c
AgeCommit message (Expand)Author
2024-03-11contrib/elf2dmp: Use lduw_le_p() to read PDBAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Remove unnecessary err flagsAkihiko Odaki
2023-10-19contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar
2023-10-19elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov
2023-09-21elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov
2021-09-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell
2020-12-13elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan
2019-05-13Clean up includesMarkus Armbruster
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov
2018-10-02contrib: add elf2dmp toolViktor Prutyanov