This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/23760] New: .statement() wildcard probes fail if any cu/srcfile lacks debug_line data
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 11 Oct 2018 10:35:20 +0000
- Subject: [Bug translator/23760] New: .statement() wildcard probes fail if any cu/srcfile lacks debug_line data
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=23760
Bug ID: 23760
Summary: .statement() wildcard probes fail if any cu/srcfile
lacks debug_line data
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: fche at redhat dot com
Target Milestone: ---
% stap -L 'kernel.statement("*@*:*")'
or
% stap -L 'module("xfs").statement("*@*:*")'
should not produce empty results.
% stap -e 'probe module("xfs").statement("*@*:*") {}'
semantic error: no line records for ./arch/x86/include/asm/atomic.h [man
error::dwarf]
--
You are receiving this mail because:
You are the assignee for the bug.