[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
source code marking
From: |
Werner LEMBERG |
Subject: |
source code marking |
Date: |
Sat, 17 Jan 2004 14:00:20 +0100 (CET) |
An off-topic question:
Does a tool exist (probably as an add-on to gdb or valgrind) which
marks executed source code lines in the source code itself? Something
like
void
foo(...)
{
...
}
which becomes e.g.
* void
* foo(...)
* {
* ...
*
* }
in case the function has been executed during a call to a program.
Werner
- source code marking,
Werner LEMBERG <=