public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: mark@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-151-g7872a5b
Date: Wed, 20 May 2009 21:43:00 -0000	[thread overview]
Message-ID: <20090520214312.1369.qmail@sourceware.org> (raw)

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  7872a5b9d76dc78d8956de3d2a11757783121674 (commit)
       via  27b8459045b2276a8bb9ec5f8697cf2931291c4c (commit)
       via  6d079c65967609c416afc3092241219482507784 (commit)
       via  4285dc9a58fbdae1516c4117a3f9297b822f27ff (commit)
      from  78c9d72e18da2d5c930fb39460c236ea24fee423 (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 7872a5b9d76dc78d8956de3d2a11757783121674
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed May 20 23:11:43 2009 +0200

    Properly read eh_frame and pass is_ehframe correctly.
    
    * runtime/unwind.c (adjustStartLoc): Add extra dbug_unwind.
      (_stp_search_unwind_hdr): Always pass true for is_ehframe.
      (unwind_frame): Properly pass through is_ehframe to adjustStartLoc().
      (unwind): Add extra dbug_unwind.
    * translate.cxx (dump_unwindsyms): Output and use correct eh_frame
      and eh_len.

commit 27b8459045b2276a8bb9ec5f8697cf2931291c4c
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed May 20 16:51:24 2009 +0200

    Use debug_frame table, then fallback to eh_frame when necessary.
    
    * runtime/unwind.c (unwind): Call new unwind_frame() first with debug_frame
      data, then if that wasn't able to unwind again with eh_frame data.
      (unwind_frame): Adapted version of old unwind() function that takes a
      table, table length and whether it is an eh_frame table.

commit 6d079c65967609c416afc3092241219482507784
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed May 20 15:40:29 2009 +0200

    Pass and use ptrType and is_ehframe to unwind adjustStartLoc.
    
    * runtime/unwind.c (adjustStartLoc): Add ptrType and is_ehframe as arguments.
      Use these to adjust location when necessary.
      (DEBUG_UNWIND): Move block before adjustStartLoc.
      Pass false for is_ehframe throughout.

commit 4285dc9a58fbdae1516c4117a3f9297b822f27ff
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed May 20 15:24:02 2009 +0200

    Fetch and store both debug_frame and eh_frame tables.
    
    * runtime/sym.h (_stp_module): Remove unwind_data, unwind_data_len and
      unwind_is_ehframe fields. Add debug_frame, eh_frame, debug_frame_len,
      eh_frame_len and eh_frame_addr fields.
    * runtime/unwind.c: Use debug_frame and debug_frame_len instead of
      unwind_data and unwind_data_len throughout.
      (cie_for_fde): Take unwind_data and is_ehframe as direct arguments.
    * runtime/unwind/unwind.h (cie_for_fde): New function declaration.
    * translate.cxx (get_unwind_data): Fetch and return both debug_frame
      and eh_frame tables.
      (dump_unwindsyms): Dump both debug_frame and eh_frame tables.

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

Summary of changes:
 runtime/sym.h           |    8 +-
 runtime/unwind.c        |  203 +++++++++++++++++++++++++++--------------------
 runtime/unwind/unwind.h |    4 +-
 translate.cxx           |  130 +++++++++++++++++++++---------
 4 files changed, 216 insertions(+), 129 deletions(-)


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


                 reply	other threads:[~2009-05-20 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090520214312.1369.qmail@sourceware.org \
    --to=mark@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).