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-1.6-74-g6d31e21


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  6d31e21d8aca1694c9836ae50e868d418644f3b7 (commit)
       via  ea23139929ce8658ed1de5dd9ff5479cad52a52b (commit)
       via  e1e8b44e3293090f29262beb1b0762951b833e62 (commit)
      from  7a583298e6640ff130225be165927631d8726253 (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 6d31e21d8aca1694c9836ae50e868d418644f3b7
Author: Chris Meek <cmeek@redhat.com>
Date:   Mon Aug 8 16:49:17 2011 -0400

    PR12773: Fixed Test Suite Regressions

commit ea23139929ce8658ed1de5dd9ff5479cad52a52b
Author: Chris Meek <cmeek@redhat.com>
Date:   Mon Aug 8 11:36:40 2011 -0400

    PR12773: Fixed NULL check - no longer aborts

commit e1e8b44e3293090f29262beb1b0762951b833e62
Author: Chris Meek <cmeek@redhat.com>
Date:   Thu Aug 4 10:11:38 2011 -0400

    PR12773: Use abrt to download and install debuginfo
    
    dwflpp.cxx
      In setup_user(), pass the session to setup_dwfl_user().
    
    setupdwfl.cxx
      Added internal_find_debuginfo() and
      execute_abrt_action_install_debuginfo_to_abrt_cache() to call
      abrt to automatically download and install the needed debuginfo.
    
    setupdwfl.h
      Added function declarations.
    
    util.h
      Added hex_dump() to convert a binary string to a hex string.

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

Summary of changes:
 dwflpp.cxx    |    2 +-
 setupdwfl.cxx |  101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 setupdwfl.h   |   12 ++++++-
 util.h        |   21 ++++++++++++
 4 files changed, 132 insertions(+), 4 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]