mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 13:28:04 +02:00
lazdebuggergdbmi: using TProcessUTF8
git-svn-id: trunk@50598 -
This commit is contained in:
parent
d84bf485e1
commit
e6f23aade2
@ -28,7 +28,7 @@ var CompileHelper: TCompileHelper;
|
||||
|
||||
implementation
|
||||
|
||||
function ReadOutput(AProcess:TProcess): TStringList;
|
||||
function ReadOutput(AProcess:TProcessUTF8): TStringList;
|
||||
const
|
||||
TIME_OUT = 300;
|
||||
READ_BYTES = 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user