Bug 11208 - auto-concatenate string literals
Summary: auto-concatenate string literals
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 22:26 UTC by Josh Stone
Modified: 2010-02-19 22:47 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Stone 2010-01-21 22:26:46 UTC
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/"
Comment 1 Frank Ch. Eigler 2010-02-19 22:47:07 UTC
commit 489e3d5