This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-346-g19c22e1


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  19c22e1f36e90686ec21ae40e15c28da9c61a791 (commit)
      from  459d6c80eeee6ceca58455fdf88d8e5a6b3479b1 (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 19c22e1f36e90686ec21ae40e15c28da9c61a791
Author: Stan Cox <scox@redhat.com>
Date:   Fri Dec 3 15:53:56 2010 -0500

    Support x86 1 byte and 2 byte registers.
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor): Add all register variants.
    (get_register_width): New.
    (visit_target_symbol): Use it for register case to extract register part.
    
    * sdt_misc.exp: Add sdt asm test.
    * sdt_asm.S: New.
    * sdt_asm.stp: New.

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

Summary of changes:
 tapsets.cxx                           |   64 +++++++++++++++++-----
 testsuite/systemtap.base/sdt_asm.S    |   44 +++++++++++++++
 testsuite/systemtap.base/sdt_asm.stp  |   96 +++++++++++++++++++++++++++++++++
 testsuite/systemtap.base/sdt_misc.exp |   38 ++++++++++++-
 4 files changed, 227 insertions(+), 15 deletions(-)
 create mode 100644 testsuite/systemtap.base/sdt_asm.S
 create mode 100644 testsuite/systemtap.base/sdt_asm.stp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]