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

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 25 13:36:21 PDT 2013


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

Ashok Thirumurthi <ashok.thirumurthi at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ashok.thirumurthi at intel.com
         Resolution|---                         |FIXED

--- Comment #2 from Ashok Thirumurthi <ashok.thirumurthi at intel.com> ---
The attempt to perform an unbounded string read ran up against ptrace EIO
errors when the PTRACE_PEEK used the default number of wide characters.  Fixed
using a search for a null-terminator.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130425/841cd792/attachment.html>


More information about the lldb-dev mailing list