[lldb-dev] [Bug 15038] New: LLDB does not support printing wide-character variables on Linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 22 07:13:16 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15038

             Bug #: 15038
           Summary: LLDB does not support printing wide-character
                    variables on Linux
           Product: lldb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: lldb-dev at cs.uiuc.edu
        ReportedBy: daniel.malea at intel.com
    Classification: Unclassified


Printing a variable of wchar_t type does not behave as expected and results in
garbage being printed on the screen.

To reproduce, remove the @expectedFailureLinux decorator from TestChar1632T.py
and TestCxxWCharT.py and run:

python dotest.py --executable <path-to-lldb> lang/cpp/char1632_t
lang/cpp/wchar_t

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the lldb-dev mailing list