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 runtime/10514] time-warped address->symbol mappings


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

Mat <vibrysec at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vibrysec at gmail dot com

--- Comment #2 from Mat <vibrysec at gmail dot com> ---
as a workaroundone can remember verbose stacktrace in an extra association map,
once for each stack trace:

           theTrace = ucallers(10)
           if (theTrace in stack_traces) next;
           stack_traces[theTrace] = sprint_ubacktrace()

then, (much) later, at print time, refer to stack_traces[] for verbose stack
trace:

           printf ("%s\n", stack_traces[trace])

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