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/17958] Systemtap doesn't like variables with ~ in their name


https://sourceware.org/bugzilla/show_bug.cgi?id=17958

Mark Wielaard <mjw at redhat dot com> changed:

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

--- Comment #4 from Mark Wielaard <mjw at redhat dot com> ---
commit e207d98fdd2ccb31e9abb4956f5814022892d17e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Apr 9 22:17:21 2015 +0200

    PR17958 escape DWARF names that aren't C identifier strings.

    Some language compilers (golang) might output DWARF names that are not
    valid C identifier strings. Provide a escaped_indentifier_string ()
    function to turn those into valid C identifier strings so the generated
    C code compiles cleanly.

-- 
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]