This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/23488] New: support CONFIG_DEBUG_INFO_REDUCED builds
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 06 Aug 2018 22:23:43 +0000
- Subject: [Bug translator/23488] New: support CONFIG_DEBUG_INFO_REDUCED builds
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=23488
Bug ID: 23488
Summary: support CONFIG_DEBUG_INFO_REDUCED builds
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: ---
Some kernels are built with CONFIG_DEBUG_INFO_REDUCED=y. This causes not only
useful debuginfo to be lost from within the kernel, but all typequery* type .ko
files get only the barest struct declaration content, not the good stuff.
So we need to override that kconfig, at least for typequery* and probably
tracequery* builds.
--
You are receiving this mail because:
You are the assignee for the bug.