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]

Re: debuginfoless static user probes


On 04/21/2010 04:11 PM, Stan Cox wrote:
This addresses everything but register mapping.

This replaces the previous change to registers.stp. Instead of using the "register" stapfunc via changing _stp_register_regs to add entries to _reg_offsets this takes a different parallel approach. A new dwarf ordered list _dwarf_register_regs is added (parallels _stp_register_regs) which is accessed via new stapfunc "fetch_register" (parallels register).

Attachment: registers.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]