public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug releng/4262] New: debuginfo subsetting utility
@ 2007-03-22 18:08 fche at redhat dot com
  2009-09-08 15:46 ` [Bug releng/4262] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2007-03-22 18:08 UTC (permalink / raw)
  To: systemtap

It is sometimes desirable to package debugging information that is a subset of
the original data.  The subset would need to be just enough to run some
systemtap scripts.  One may want to ship just a subset because the full
debuginfo would be proprietary, or just too darn big.

Here's one way to do it:
- let the interesting part of the application be defined by a collection of
systemtap scripts (and the tapsets they use)
- extend systemtap / elfutils to be able to mark all parts of the debugging
files actually used - at as low as a DIE granularity
- develop a tool to take such markings, and excise all unmarked parts of the
debuginfo.  it may be simplest to zero-fill the unused parts, then compress the
resulting file.
- extent systemtap to look for such subsetted debuginfo files in another path,
using elfutils path settings already available

-- 
           Summary: debuginfo subsetting utility
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: releng
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4262

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug releng/4262] debuginfo subsetting utility
  2007-03-22 18:08 [Bug releng/4262] New: debuginfo subsetting utility fche at redhat dot com
@ 2009-09-08 15:46 ` fche at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fche at redhat dot com @ 2009-09-08 15:46 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2009-09-08 15:45 -------
We probably won't write something quite like this,
with the lossless compression work already in progress.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=4262

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-08 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-22 18:08 [Bug releng/4262] New: debuginfo subsetting utility fche at redhat dot com
2009-09-08 15:46 ` [Bug releng/4262] " fche at redhat dot com

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