Related articles |
---|
automatic hooks generation vugluskr@unicorn.math.spbu.ru (Roman Shaposhnick) (2002-11-07) |
Re: automatic hooks generation idbaxter@semdesigns.com (Ira Baxter) (2002-11-08) |
Re: automatic hooks generation ralph@inputplus.co.uk (Ralph Corderoy) (2002-12-01) |
From: | "Ralph Corderoy" <ralph@inputplus.co.uk> |
Newsgroups: | comp.compilers |
Date: | 1 Dec 2002 22:56:52 -0500 |
Organization: | InputPlus Ltd. |
References: | 02-11-034 |
Keywords: | debug, tools |
Posted-Date: | 01 Dec 2002 22:56:52 EST |
Hi Roman,
> What I'm looking for is a logical extension of these methods where I
> can ask compiler to put probes ( calls to a specific function ) at
> places like entry/exit from functions, etc.
I've used a predecessor to OC Systems' Aprobe in the past.
http://www.ocsystems.com/prod_aprobe.html
AIUI the current version lets you write `probes' in C, with a couple of
extra keywords, and these are then executed at the requested time.
Function entry and exit are just two of the possible triggers.
Cheers,
Return to the
comp.compilers page.
Search the
comp.compilers archives again.