[llvm-bugs] [Bug 24822] New: llvm-symbolizer should fall back to the export list when no symbol table is present

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 15 08:52:42 PDT 2015


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.majnemer at gmail.com
          Reporter: rnk at google.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150915/bfd5f732/attachment.html>


More information about the llvm-bugs mailing list