mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 00:19:19 +02:00
* Added warning about thread-safety
git-svn-id: trunk@14169 -
This commit is contained in:
parent
740bd6744b
commit
3e9b6151ee
@ -35,7 +35,6 @@ uses
|
|||||||
{ Current issues:
|
{ Current issues:
|
||||||
|
|
||||||
- ignores DW_LNS_SET_FILE
|
- ignores DW_LNS_SET_FILE
|
||||||
- slow
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{$MACRO ON}
|
{$MACRO ON}
|
||||||
@ -55,6 +54,8 @@ type
|
|||||||
|
|
||||||
const
|
const
|
||||||
EBUF_SIZE = 100;
|
EBUF_SIZE = 100;
|
||||||
|
|
||||||
|
{$WARNING This code is not thread-safe, and needs improvement}
|
||||||
var
|
var
|
||||||
{ the input file to read DWARF debug info from, i.e. paramstr(0) }
|
{ the input file to read DWARF debug info from, i.e. paramstr(0) }
|
||||||
e : TExeFile;
|
e : TExeFile;
|
||||||
|
Loading…
Reference in New Issue
Block a user