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/19536] kretprobe data-pouch type issue


https://sourceware.org/bugzilla/show_bug.cgi?id=19536

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
Where the token is pointing, I doubt it means that the println we see isn't
resolved.  It's point to the pretty-printed $path$$, which will have generated
its own function to do the formatting.  We should probably add the name to the
"unresolved function" message, since the token pointer isn't generally good
enough.

My hunch is that this is another victim of name mangling.  Less likely, it
could also be some change in our visitor patterns that caused the resolver to
miss this.

-- 
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]