dump_syms
dump_syms copied to clipboard
Support x64 unwind tables
Breakpad's dump_syms can read the x64 unwind tables out of the PE and dump them as STACK CFI records. We should do the same. Additionally, some PDB files (notably Microsoft's) have pdata/xdata streams in them that should contain the same information, so we can do better and dump the data directly out of the PDB if available.