This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/11208] New: auto-concatenate string literals
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 21 Jan 2010 22:26:46 -0000
- Subject: [Bug translator/11208] New: auto-concatenate string literals
- Reply-to: sourceware-bugzilla at sourceware dot org
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.