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 05:57:03PM -0400, Ananth N Mavinakayanahalli wrote:
> 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.
> 

I guess it is good idea to crosscompile if a patch has arch dependent code.
There are cross-compile tools available at 
http://developer.osdl.org/dev/plm/cross_compile/


Thanks
Maneesh

-- 
Maneesh Soni
Linux Technology Center, 
IBM India Software Labs,
Bangalore, India
email: maneesh@in.ibm.com
Phone: 91-80-25044990


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