public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-150-g00b01a9
@ 2009-07-15 10:16 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2009-07-15 10:16 UTC (permalink / raw)
  To: systemtap-cvs

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  00b01a991cc4300f18c747853e85841d187b1fa4 (commit)
      from  d52761f89a1826b1cca29b1a63269eafe7197756 (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 00b01a991cc4300f18c747853e85841d187b1fa4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jul 15 12:04:57 2009 +0200

    PR10388 Support DW_OP_call_frame_cfa.
    
    Depends on elfutils 0.142 cfi support.
    
    * loc2c.h (c_translate_location): Take (optional) Dwarf_Op *cfa_ops.
    * loc2c.c (translate): Recognize DW_OP_call_frame_cfa.
      (location_from_address): Take cfa_ops, examine fb_ops, if it is
      DW_OP_call_frame_cfa, pass cfa_ops to translate instead.
      (location_relative): Take cfa_ops, pass to location_from_address.
      (c_translate_location): Take cfa_ops, pass to location_from_address.
    * loc2c-test.c (handle_variable): Take cfa_ops, pass to c_translate_location
      when needed.
      (main): Fetch cfa_ops, pass to handle_variable.
    * dwflpp.h (struct dwflpp): Add new method get_cfa_ops.
    * dwflpp.cxx: Include elfutils/version.h.
      (translate_location): Fetch cfa_ops when necessary.
      (get_cfa_ops): New method.

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

Summary of changes:
 dwflpp.cxx   |   39 +++++++++++++++++++++++++++++++++++++--
 dwflpp.h     |    4 ++++
 loc2c-test.c |   41 +++++++++++++++++++++++++++++++++++++----
 loc2c.c      |   41 +++++++++++++++++++++++++++++++++--------
 loc2c.h      |    6 ++++--
 5 files changed, 115 insertions(+), 16 deletions(-)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-15 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-15 10:16 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-150-g00b01a9 mark

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).