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.9-357-g707e2be


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  707e2bec52a319441497f684b1a62d7ed97e3eff (commit)
      from  b26b743d2ea6969713d0c69849acccffd9332d9d (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 707e2bec52a319441497f684b1a62d7ed97e3eff
Author: Roland McGrath <roland@redhat.com>
Date:   Thu Sep 17 14:36:48 2009 -0700

    Support DW_OP_implicit_value.
    
    * loc2c.c (struct location): Add loc_constant variant,
    with constant_block field.
    (translate): Handle DW_OP_implicit_value to make loc_constant pieces.
    (c_translate_location): Handle loc_constant.
    (discontiguify): Likewise.
    (location_relative): Likewise.
    (declare_noncontig_union): Likewise.
    (translate_base_fetch): Likewise.
    (c_translate_array): Likewise.
    (c_emit_location): Likewise.
    (emit_base_store): Refuse loc_constant.
    (c_translate_addressof): Likewise.

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

Summary of changes:
 loc2c.c |  158 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 127 insertions(+), 31 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]