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.5-135-g7c2136c


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  7c2136cfc88d68cfc5eb490444dc25c7dc1c0632 (commit)
       via  9a8911ac796aa9cefb504b825802246ef3c8e45f (commit)
       via  c1af604e1c626b90834113ba7d71c4a2ea1bda68 (commit)
       via  4787e8398f4d0376f31cffc0771b71f5bbdd9d52 (commit)
       via  60ad8ebae62f472a9f089f51053a2d0d66c67a95 (commit)
       via  f38b2e7385b3395dc589af5bde137971adf84f27 (commit)
       via  a6f6008cf0034b8580f67851f742dd0ada0d683c (commit)
       via  6d6dbe278ad5fab5d33273b38c1ad137380a3e1e (commit)
      from  7a51212ca1895b85f400fafe0e5198525996af1d (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 7c2136cfc88d68cfc5eb490444dc25c7dc1c0632
Merge: 9a8911ac796aa9cefb504b825802246ef3c8e45f f38b2e7385b3395dc589af5bde137971adf84f27
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Apr 15 19:20:56 2009 +0200

    Merge branch 'dwarf_unwinder'

commit 9a8911ac796aa9cefb504b825802246ef3c8e45f
Merge: 7a51212ca1895b85f400fafe0e5198525996af1d c1af604e1c626b90834113ba7d71c4a2ea1bda68
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Apr 15 19:20:41 2009 +0200

    Merge branch 'sections'

commit c1af604e1c626b90834113ba7d71c4a2ea1bda68
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Apr 14 20:58:26 2009 +0200

    Make sure addr falls inside section in _stp_mod_sec_lookup.
    
    * runtime/sym.c (_stp_mod_sec_lookup): Use section size to match addr.
      Only return exact matches, not just closes offset.

commit 4787e8398f4d0376f31cffc0771b71f5bbdd9d52
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Apr 14 19:54:38 2009 +0200

    Only set sec in _stp_mod_sec_lookup when not NULL.
    
    * runtime/sym.c (_stp_mod_sec_lookup): Only set sec when not NULL.

commit 60ad8ebae62f472a9f089f51053a2d0d66c67a95
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Apr 14 19:30:56 2009 +0200

    Keep track of relocation section sizes.
    
    * runtime/sym.h (_stp_section): Add size field.
    * translate.cxx (dump_unwindsyms): Get start of module address space,
      turn seclist into vector of secname, size pairs, track relocation section
      size, or add module address range if no sections, output size in
     _stp_section list.

commit f38b2e7385b3395dc589af5bde137971adf84f27
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Apr 12 23:46:48 2009 +0200

    Don't redefine STP_USE_DWARF_UNWINDER.
    
    * runtime/runtime.h: STP_USE_DWARF_UNWINDER don't redefine.

commit a6f6008cf0034b8580f67851f742dd0ada0d683c
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Apr 11 13:08:06 2009 +0200

    Prefer dwarf unwinder on i386 and x86_64.
    
    * runtime/runtime.h: Move up and enable check for STP_USE_DWARF_UNWINDER.

commit 6d6dbe278ad5fab5d33273b38c1ad137380a3e1e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Apr 10 22:55:26 2009 +0200

    Fix unwind _stp_mod_sec_lookup.
    
    * runtime/unwind.c (unwind): Pass current to _stp_mod_sec_lookup().

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

Summary of changes:
 runtime/runtime.h |   14 ++++++------
 runtime/sym.c     |   27 +++++++++++-------------
 runtime/sym.h     |    1 +
 runtime/unwind.c  |    2 +-
 translate.cxx     |   58 +++++++++++++++++++++++++++++++++++++++-------------
 5 files changed, 64 insertions(+), 38 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]