[Bug translator/27940] The /* pc=0x... */ is no longer printed by "stap -v -L 'kernel.function("*")'
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Jun 3 22:38:27 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27940
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
Before the commit was made printscript in main.cxx:180 was:
p->printsig(sig, false);
This would end up calling the following method in tapsets.cxx where p is type
(derived_probe *):
dwarf_derived_probe::printsig (ostream& o, bool nest) const
However, after the commit the main.cxx:180 becomes:
p->printsig_nonest(sig);
The code in printscript ends up calling the following method in staptree.cxx:
void probe::printsig (ostream& o) const
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list