]> sourceware.org Git - systemtap.git/commit
Use a real session flag for -L
authorJosh Stone <jistone@redhat.com>
Wed, 29 Jul 2009 19:35:29 +0000 (12:35 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 29 Jul 2009 19:35:29 +0000 (12:35 -0700)
commit8c39844b59f49526240c65b81a79eef311fe4177
treec77e279c297fdc11c94ad8343e6f394d15992acc
parenta7999c82a3355eb5a68a14a57ffebe5e688d8413
Use a real session flag for -L

Rather than relying on 'unoptimized' to tell us that the listing mode
should print the variables too, this adds an explicit listing_mode_vars.

* session.h (systemtap_session): Add listing_mode_vars
* main.cxx (main): Set s.listing_mode_vars appropriately.
  (printscript): Use the new flag for deciding whether to print locals
main.cxx
session.h
This page took 0.028573 seconds and 5 git commands to generate.