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/11208] New: auto-concatenate string literals


There are cases where it might be nice to concatenate string literals together,
where using a '.' expression is not possible, e.g.:

$ cat foo-monitor.stp
probe process(@1 "/bin/foo").function("start") { ... }
probe process(@1 "/bin/foo").function("stop") { ... }
probe process(@1 "/lib/libfoo.so").function("calculate") { ... }

$ stap foo-monitor.stp "/install/prefix/"

-- 
           Summary: auto-concatenate string literals
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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