https://llvm.org/bugs/show_bug.cgi?id=24822

            Bug ID: 24822
           Summary: llvm-symbolizer should fall back to the export list
                    when no symbol table is present
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: david.majne...@gmail.com
          Reporter: r...@google.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

When no PDB and no mingw-style symbol table is present in the PE, dbghelp will
use the export table to try to answer addr2line requests. llvm-symbolizer uses
.dynsym for ELF, so we should do the same for COFF. I took a shot at this, but
it's not trivial because the types don't line up. We need to be able to form
SymbolRefs from export table entries.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to