tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Generating Jumps in linked lib to instrument tcc windows


From: Simon Lehmayr
Subject: [Tinycc-devel] Generating Jumps in linked lib to instrument tcc windows exes/dlls
Date: Sat, 18 Sep 2010 10:35:27 +0200

Hello,
 
how can I generate jumps (with arguments) into a statically linked library for compiled code?
Everytime I make a branch or enter/exit fn or read/write variables I need to protocol this (code coverage/tracing/race prediction)
So I somehow have to generate additional fn calls to the compiled c-code.
 
Greetings,
Simon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]