Closed FSMaxB closed 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.
-DTRACING=on
This will instrument the generated binaries so that they write tracing data to stderr and into a file named trace.out.
trace.out
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
.