[llvm-bugs] [Bug 28214] New: [codeview] Parameter types emitting in wrong order results in confusing windbg output

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 20 10:39:42 PDT 2016


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

            Bug ID: 28214
           Summary: [codeview] Parameter types emitting in wrong order
                    results in confusing windbg output
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: rnk at google.com
                CC: llvm-bugs at lists.llvm.org
            Blocks: 28154
    Classification: Unclassified

I ran windbg on LLVM's not.exe, and ran this command:

0:000> x not!main
00000001`3f7d9af0 not!main (char **, int)

Obviously, the prototype of main is (int, char**), not the other way around. We
should investigate where the debugger is getting the prototype info and sort
this out.

-- 
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/20160620/dc98baef/attachment.html>


More information about the llvm-bugs mailing list