In our previous episode, Graeme Geldenhuys said:
> > The methods NameThreadForDebugging need to be 
> > implemented for those platforms that support it.
> 
> Is this platform API functionality eg: Win32 or Linux kernel (from your
> comment, I assume so), or is it debugger functionality (eg: DWARF info)
> that needs to be extended.

Afaik on Windows it is a possibility for a program to name its threads via a
winapi call, for which debuggers can register themselves.

Hard to imitate without a OS supported debugger api.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to