]> sourceware.org Git - systemtap.git/commit
2006-04-21 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Fri, 21 Apr 2006 19:51:43 +0000 (19:51 +0000)
committerfche <fche>
Fri, 21 Apr 2006 19:51:43 +0000 (19:51 +0000)
commit35d4ab18d5d333ffcac436ea174beb7201275c65
tree0c785d3b462cc7ca483f105639057239ac38da84
parentf9db95d019b4936d62c9b3e021aecc2dfb653dcf
2006-04-21  Frank Ch. Eigler  <fche@elastic.org>

PR 953
* elaborate.h (derived_probe): Add field "name".  Stop passing
"probe index" to other emit_* calls.
(emit_probe_context_vars): New member function.
* elaborate.cxx (derived_probe ctor): Generate unique name.
* translate.cxx (*): Adapt to index->name.
(emit_probe): Realize that probe locals only occur at nesting=0.
* tapsets.cxx (*derived_probe::emit_*): Adapt to index->name.
(mark_var_expanding_copy_visitor): New class to process $argN.
(mark_derived_probe ctor): Call it.
(mark_derived_probe::emit_probe_context_vars): Do it.
* buildrun.cxx (compile_pass): Add more optional gcc verbosity.
Add CFLAGS += -freorder-blocks.
* testsuite/buildok/marker.stp: New test.
ChangeLog
buildrun.cxx
elaborate.cxx
elaborate.h
tapsets.cxx
testsuite/buildok/marker.stp [new file with mode: 0755]
translate.cxx
This page took 0.025234 seconds and 5 git commands to generate.