summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-05-26 01:55:20 +0000
committerfche <fche>2007-05-26 01:55:20 +0000
commit888af770ba125802efa0f9209064be7b5d000f87 (patch)
tree5d8d904fbd356e4d64681d994c0f807e3aff67a9 /buildrun.cxx
parentd99bc65f2bcb24a0649444314e67a0bb97e351cc (diff)
downloadsystemtap-steved-888af770ba125802efa0f9209064be7b5d000f87.tar.gz
systemtap-steved-888af770ba125802efa0f9209064be7b5d000f87.tar.xz
systemtap-steved-888af770ba125802efa0f9209064be7b5d000f87.zip
2007-05-25 Frank Ch. Eigler <fche@redhat.com>
PR 4255 teaser. * elaborate.cxx (has_null_param): New function. * elaborate.h: Declare it. * session.h: Include uprobe_derived_probes group. * tapsets.cxx (uprobe_*): New classes. (all_session_groups): List uprobes in list. (register_standard_tapset): Interpret process(#).statement(#).absolute and process(#).statement(#).absolute.return probe points.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index facfbb67..13aa9da7 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -55,7 +55,6 @@ compile_pass (systemtap_session& s)
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-hrtimer-rel.c, -DSTAPCONF_HRTIMER_REL,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-inode-private.c, -DSTAPCONF_INODE_PRIVATE,)" << endl;
-
for (unsigned i=0; i<s.macros.size(); i++)
o << "CFLAGS += -D " << lex_cast_qstring(s.macros[i]) << endl;