public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-103-ga50de93
@ 2010-02-23 18:50 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2010-02-23 18:50 UTC (permalink / raw)
  To: systemtap-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  a50de93955fe1272731dccfb3520514a9545f434 (commit)
      from  d6c273473f7bea4d696c95ca48d55ca26e25ab2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a50de93955fe1272731dccfb3520514a9545f434
Author: David Smith <dsmith@redhat.com>
Date:   Tue Feb 23 12:48:49 2010 -0600

    PR 10690 (partial fix).  Handle '.=' operator in procfs probes.
    
    * tapsets.h (var_expanding_visitor): Add 'valid_ops' and 'op' member
      variables.
    * tapsets.cxx (var_expanding_visitor::var_expanding_visitor): Set
      'valid_ops' to '='.  By default, var_expanding_visitor classes only
      handle the '=' operator.
      (var_expanding_visitor::visit_assignment): Remember what operator we're
      handling.  When an operator is found that isn't in the 'valid_ops' set,
      error.
    * tapset-procfs.cxx
      (procfs_var_expanding_visitor::procfs_var_expanding_visitor): Add '.='
      to the 'valid_ops' set.
      (procfs_var_expanding_visitor::visit_target_symbol): Handle the '.='
      operator when the target variable is an lvalue.

-----------------------------------------------------------------------

Summary of changes:
 tapset-procfs.cxx |   65 +++++++++++++++++++++++++++++++++++++++++-----------
 tapsets.cxx       |   36 ++++++++++++++++++++++++-----
 tapsets.h         |    4 ++-
 3 files changed, 84 insertions(+), 21 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-23 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 18:50 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-103-ga50de93 dsmith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).