1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

Implement tracing functionality #38

Closed FSMaxB closed 8 years ago

FSMaxB commented 8 years ago

This introduces the possibility to trace the program execution (function calls only) when using the GCC compiler with glibc as standard library.

It can be enabled by passing -DTRACING=on to cmake as a command line flag.

This will instrument the generated binaries so that they write tracing data to stderr and into a file named trace.out.