[Bug dyninst/15386] New: stapdyn can't set registers
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Apr 23 01:32:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15386
Bug #: 15386
Summary: stapdyn can't set registers
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: dyninst
AssignedTo: systemtap@sourceware.org
ReportedBy: jistone@redhat.com
Classification: Unclassified
The way registers are filled now (PR14573) is an input-only scheme. We're
passing a BPatch_registerExpr for each register and filling it into pt_regs
ourselves. This leaves no way for us to return updated values.
If we could get Dyninst to hand us its spill area as a pt_regs struct, that
would be ideal -- both as a faster way to get registers in the handler, and to
let us influence what gets restored to the process.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list