Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Probekit extension
Probekit extension [message #91222] Sun, 14 January 2007 13:43
Eclipse UserFriend
Originally posted by: pastorefabrizio.libero.it

I have done a patch (it is needed for a University project) for the
bytecode instrumentation engine
(workspace-org.eclipse.tptp/org.eclipse.hyades.probekit BCI) that
permits select the instrumentation points using filtering rules applied
not only on the callee method signature but also on the caller signature.

For example now i can insert probes that monitors all calls to
mypackage.ClassA.methodA() coming only from mypackage.ClassB (so calls
coming from mypackage.ClassA are excluded).

To do this I have extended the probekit grammar (and did a patch for the
BCIEng code).

My patched BCIEng works only for static (offline) instrumentation. I
need online instrumentation.

Can you give me some infos on the extension-points that I have to extend
in order to have a mask that permit the insertion of the new rules i
added for the generation of the probe script for my bCIEng.

Thanks in advance

Regards

Fabrizio
Previous Topic:Automated GUI Recorder – Properties View problems
Next Topic:Testing workspace plugins using AGR
Goto Forum:
  


Current Time: Thu Mar 28 13:47:45 GMT 2024

Powered by FUDForum. Page generated in 0.03327 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top