This is the mail archive of the systemtap@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]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]