Bug 16663 - Provide synthetic pt_regs context for backtracing
Summary: Provide synthetic pt_regs context for backtracing
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: runtime (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 21:06 UTC by Lukas Berk
Modified: 2015-05-19 14:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Berk 2014-03-05 21:06:54 UTC
As a progression from PR6961, there are times where having access to the current pt_regs is needed for backtracing, though not provided through any official mechanism.  It would be useful to provide synthetic pt_regs with values from the current registers.  One such case is attempting to backtrace though the current(invoking) module.
Comment 1 Frank Ch. Eigler 2015-05-19 14:18:04 UTC
2014-04 commit 6ddf07acac et al seem to handle this.