Op Sat, 18 Apr 2009, schreef Paul Ishenin:

Hello, FPC developers' list

I've found one interesting tool for delphi which I really want to have for lazarus and fpc: http://delphitools.info/samplingprofiler/

To work that tool uses map files which generates delphi. I contacted to author and asked him to add support for fpc. But there is one problem - fpc map files does not contains line info.

Here is small discussion with Sampling Profiler author I had: http://delphitools.info/forums/index.php?topic=13.0

Can fpc team extend output made by -Xm with line info?

Not if the GNU linker is used, which is the case for the majority of platforms.

Check the lineinfo unit, it retrieves line number information from the debug information.

Daniël
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to