This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/14396] Missing DW_ATE_UTF support (char16_t, char32_t)


http://sourceware.org/bugzilla/show_bug.cgi?id=14396

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Josh Stone <jistone at redhat dot com> 2012-08-11 01:04:22 UTC ---
15ceae2 loc2c-runtime.h: Add uread() and uwrite()
8987b30 PR14396: Add UTF-16/32 conversion functions
6561d8d PR14396: Add pretty-printing support for UTF

$ stap -e 'probe process.function("main") { log($foo$); log($bar$) }' -c ./utf
"cow"
"bear"

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]