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-131-g21c38cc


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  21c38ccc872a9b8c340e15545dc37ff8474f4109 (commit)
      from  7544ffdf7dd029f40f9c8b59d156df841c6fb56c (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 21c38ccc872a9b8c340e15545dc37ff8474f4109
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Aug 18 15:50:40 2009 +0200

    PR10533 loc2c doesn't resolve frame base correctly for inlined vars.
    
    When we see a DW_TAG_inlined_subroutine while walking the syntactical
    die tree as returned by dwarf_getscopes for a given variable to retrieve
    the frame base, then we need to switch to walking the physical die tree
    where the subroutine is inlined.
    
    * loc2c-test.c (handle_variable): Switch "die branches" when searching
      for frame base and a DW_TAG_inlined_subroutine is encountered.

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

Summary of changes:
 loc2c-test.c |   40 ++++++++++++++++++++++++++++------------
 1 files changed, 28 insertions(+), 12 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]