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@winehq.org ReportedBy: m.b.lankhorst@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
http://bugs.winehq.org/show_bug.cgi?id=13342
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=13342
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2008-05-30 03:47:25 --- fix is now in git tree
http://bugs.winehq.org/show_bug.cgi?id=13342
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-05-31 04:19:15 --- Closing bugs fixed in 1.0-rc3.
http://bugs.winehq.org/show_bug.cgi?id=13342
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified