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, pr6866, updated. release-0.7-617-g6e44f06


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, pr6866 has been updated
       via  6e44f060ffb5fff8d3987024d8facfb7997a3b25 (commit)
       via  3a5153c5590a89d6c0b70fc2c13554190b8c3be8 (commit)
       via  204038b16193de78eeb333fde0cce6081d9d1fcd (commit)
       via  13d343c0c39e334cf11ee06cbc0f3ec01d440f41 (commit)
      from  d2f4d7286629da6e9f1b844beefb141a4d3ef2c3 (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 6e44f060ffb5fff8d3987024d8facfb7997a3b25
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Dec 15 18:20:04 2008 +0100

    Compile and use helper usymbols_lib.c library for usymbols.exp test.

commit 3a5153c5590a89d6c0b70fc2c13554190b8c3be8
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Dec 15 18:04:36 2008 +0100

    context-symbols.stp (probefunc): Call _stp_symbol_snprint with current task.

commit 204038b16193de78eeb333fde0cce6081d9d1fcd
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Dec 15 17:51:49 2008 +0100

    Always include task_finder.c and enable emit_vm_callback_probe_decl.

commit 13d343c0c39e334cf11ee06cbc0f3ec01d440f41
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Dec 15 14:50:29 2008 +0100

    Work around buggy dwfl_module_relocate_address in dump_unwindsyms.

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

Summary of changes:
 ChangeLog                                  |   11 +++++++
 runtime/ChangeLog                          |    7 +++++
 runtime/runtime.h                          |   17 +-----------
 runtime/sym.c                              |    4 ++-
 runtime/task_finder_vma.c                  |   14 ++++++++++
 tapset/ChangeLog                           |    5 +++
 tapset/context-symbols.stp                 |    5 +---
 tapsets.cxx                                |    6 ----
 testsuite/ChangeLog                        |    6 ++++
 testsuite/systemtap.context/usymbols.c     |   28 +++++++++----------
 testsuite/systemtap.context/usymbols.exp   |   40 +++++++++++++++++----------
 testsuite/systemtap.context/usymbols_lib.c |   29 ++++++++++++++++++++
 translate.cxx                              |   23 ++++++++++++++--
 13 files changed, 135 insertions(+), 60 deletions(-)
 create mode 100644 testsuite/systemtap.context/usymbols_lib.c


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]