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-145-g9f11a75


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  9f11a75c623a3a8bb919532b68b0772ea16d53a6 (commit)
      from  0e95ef66d4e176c852bc439f0a41dd48d0b84fe1 (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 9f11a75c623a3a8bb919532b68b0772ea16d53a6
Author: Chris Meek <cmeek@redhat.com>
Date:   Tue Aug 30 09:42:28 2011 -0400

    PR12773 cont'd: Added Kernel Debuginfo Support
    
    NOTE: Due to BZ733690, abrt cannot download the kernel-debuginfo.
    As soon as that bug is fixed, this feature should work.
    
    setupdwfl.cxx
        - Added get_kernel_build_id_from_notes()
            - This is used to extract the build ID hex string
              from /sys/kernel/notes
        - Added download_kernel_debuginfo(systemtap_session &s)
            - This attempts to extract the build ID hex string
              from /lib/modules/<release>/build/vmlinux.id and
              if it fails, it calls the above function. It then
              calls abrt to attempt to download the associated
              debuginfo.
    setupdwfl.cxx
        Added function declarations for the above.

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

Summary of changes:
 setupdwfl.cxx |  146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 setupdwfl.h   |    2 +
 2 files changed, 141 insertions(+), 7 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]