[Bug tapsets/23827] Systemtap 3.3 - mipsel - semantic error: type definition 'task_struct' not found in 'kernel<linux/sched.h>'
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Nov 1 15:04:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=23827
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
The way @cast(...,"<header>") works is that it compiles a baby .o file to
synthesize debuginfo for that header. That .o file is then opened with
elfutils. If elfutils lacks support for this arch, it'll impact @cast() the
same way it'll impact any other debuginfo/etc. analysis attempt.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list