This is the mail archive of the systemtap@sources.redhat.com 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] (updated) Allow a jprobe to coexist with kprobes


On Mon, May 16, 2005 at 02:18:59PM -0700, Keshavamurthy, Anil S wrote:
> Hi Ananth,
> 	Your patch does not compile on x86_64, see below.
> 
> +			} else {
> +				if (p->break_handler &&
> +						p->break_handler(p,
> regs)) {
>  
> ^^^^^^^ 
> You have an extra open bracket with out the matching close bracket.
> 
> I will update you how the testing goes( with the above compile fix)
> soon.

Thanks for catching this Anil! I need to be more careful with this,
especially the ones I can't compile test.

Thanks,
Ananth


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