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: PATCH: stap fails if !CONFIG_FRAME_POINTER && !CONFIG_UTRACE


On Thu, Jun 10, 2010 at 06:57:55AM +0530, Srikar Dronamraju wrote:
>  If I am right Frank added this autoconf to differentiate embedded
> uprobes with uprobes thats not part of systemtap.

Sure but right now, stap fails. The above patch fixes it. Changing "#ifdef STAPCONF_UPROBE_GET_PC" in stack-{i386, x86_64}.c to something that is also guarded 
on CONFIG_UTRACE will similarly solve the issue.


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