dump_syms icon indicating copy to clipboard operation
dump_syms copied to clipboard

Support x64 unwind tables

Open luser opened this issue 10 years ago • 0 comments

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.

luser avatar Sep 26 '14 14:09 luser