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


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.

-Anil


>-----Original Message-----
>From: systemtap-owner@sources.redhat.com [mailto:systemtap-
>owner@sources.redhat.com] On Behalf Of Ananth N Mavinakayanahalli
>Sent: Monday, May 16, 2005 6:06 AM
>To: SystemTAP
>Subject: [PATCH] (updated) Allow a jprobe to coexist with kprobes
>
>Hi,
>
>I found a few issues with the patch I sent earlier. Here is the updated
>patch.
>
>Rusty,
>With this patch, the "moving kprobe [dis]arm into arch specific" patch
>may need a few minor tweaks.
>
>Anil,
>Please use this patch for testing on x86_64.
>
>Thanks,
>Ananth


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