dump_syms
dump_syms copied to clipboard
No symbols output for PDBs which only have global symbol information
Some PDBs e.g. kernel32.pdb/17D8B8C647E14C1DAF9C6FC206AAAC512 only seem to have global symbol information, and no module symbol information.
Presumably this can be fixed by creating FunctionRecords in getGlobalFunctions, as it did prior to b260f6c78bddd36948cafb37fe01c2ce567e3a8e.
Unfortunately there's something wrong with that code as per #9. I spent some time looking into it but couldn't figure it out. If you've got any ideas I'm all ears. :)