[Bug translator/14928] New: infer -d FOO from process("FOO").mark() probes

fche at redhat dot com sourceware-bugzilla@sourceware.org
Fri Dec 7 14:32:00 GMT 2012


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

             Bug #: 14928
           Summary: infer -d FOO from process("FOO").mark() probes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


For a stap script that uses process.mark() probes to attach to sys/sdt.h sites,
no debuginfo is needed nor solicited.  However, if the probe handlers need
symbol/unwind info to do backtrace/symbol resolution, the translator won't
search for the (debuginfo) data that this requires.

We should implicitly -d PROGRAM  for any process("PROGRAM") probes listed in
the script, and probably also --ldd.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list