Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

User-defined trace hooks for Spyker

7 views
Skip to first unread message

jmd...@yahoo.com

unread,
Aug 4, 2008, 2:41:53 AM8/4/08
to
How do you put trace hooks in your code that will show up in spyker?

stef

unread,
Aug 5, 2008, 5:32:09 AM8/5/08
to
On Aug 4, 8:41 am, jmd...@yahoo.com wrote:
> How do you put trace hooks in your code that will show up in spyker?

using __trace() function prototype is:
extern void __trace(int evnum, int shortarg, char *buff, int size); /
* strace.h */
you need to link with ustrace.o from your spykertarget directory.

stephane

0 new messages