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-0.9.8-128-g619d9aa


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  619d9aaf011c975159a79d34259083a596162bf1 (commit)
      from  51305196f1d078849da1718bb6ccfbed5af182ed (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 619d9aaf011c975159a79d34259083a596162bf1
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jul 7 14:35:10 2009 +0200

    Add support for constant struct member field offsets.
    
    * loc2c.h (c_translate_add_offset): New function prototype.
    * loc2c.c (c_translate_add_offset): New function implementation.
    * loc2c-test.c (handle_variable): Use c_translate_add_offset if appropriate.
    * dwflpp.cxx (translate_location): Likewise.

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

Summary of changes:
 dwflpp.cxx   |   20 +++++++++++++++++++-
 loc2c-test.c |   33 +++++++++++++++++++++++++++++----
 loc2c.c      |   31 +++++++++++++++++++++++++++++++
 loc2c.h      |    7 +++++++
 4 files changed, 86 insertions(+), 5 deletions(-)


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]