summary refs log tree commit diff stats
path: root/contrib/elf2dmp/pdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/elf2dmp: Use lduw_le_p() to read PDBAkihiko Odaki2024-03-111-1/+2
* contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki2024-03-111-25/+25
* contrib/elf2dmp: Remove unnecessary err flagsAkihiko Odaki2024-03-111-11/+3
* contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar2023-10-191-11/+8
* elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov2023-10-191-4/+9
* elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov2023-09-211-11/+4
* elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell2021-09-201-0/+4
* elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan2020-12-131-0/+1
* Clean up includesMarkus Armbruster2019-05-131-2/+1
* contrib/elf2dmp: fix printf formatViktor Prutyanov2019-02-051-1/+3
* contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov2019-02-051-21/+8
* contrib: add elf2dmp toolViktor Prutyanov2018-10-021-0/+322