On 18 February 2011 18:19, Mark Morgan Lloyd
<markmll.fpc-pas...@telemetry.co.uk> wrote:
> I need to trace through a program, running on two different systems which
> might or might not have the same OS, in order to find out where it's
> failing.
>
> Before I start giving myself a gdb refresher course or manually inserting
> trace messages, is there any way that I can extract a trace of procedure
> entry/exits, preferably identified by name rather than by address, using
> e.g. profiling hooks?

Valgrind is probably what you need.  It doesn't work on windows, but
people use it with wine.

Henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to