[Bug 13342] New: Winedbg doesn't handle longlong's well

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 21 19:14:13 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13342

           Summary: Winedbg doesn't handle longlong's well
           Product: Wine
           Version: CVS/GIT
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: dbghelp
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: m.b.lankhorst at gmail.com


Created an attachment (id=13228)
 --> (http://bugs.winehq.org/attachment.cgi?id=13228)
Test program

A simple test function that passes LONGLONG's as arguments and is compiled with
mingw gets parsed incorrectly by the winedbg.

i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs -W
will result in having 0xef found as argument

i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs+ -W
will result in thinking 0xbeefbeef is passed '0xbeefbeef' as argument


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list