mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 17:27:28 +01:00
DebuggerTests: clean up / change naming for temp exe files
git-svn-id: trunk@64540 -
This commit is contained in:
parent
eab19f455a
commit
dee9846c86
@ -7,7 +7,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, fpcunit, testregistry, TestBase, TestDbgControl,
|
Classes, SysUtils, fpcunit, testregistry, TestBase, TestDbgControl,
|
||||||
TestDbgTestSuites, TestOutputLogger, TTestWatchUtilities, TestCommonSources,
|
TestDbgTestSuites, TestOutputLogger, TTestWatchUtilities, TestCommonSources,
|
||||||
TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes, Forms;
|
TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
|||||||
@ -285,7 +285,7 @@ begin
|
|||||||
NamePostFix := NamePostFix + NewExeID;
|
NamePostFix := NamePostFix + NewExeID;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
AnExeName := ExePath + AnExeName + SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt;
|
AnExeName := ExePath + AnExeName + '_'+IntToStr(GetProcessID)+'_'+ SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt;
|
||||||
|
|
||||||
{$IFDEF windows}
|
{$IFDEF windows}
|
||||||
ExtraArgs := ExtraArgs + ' -WG';
|
ExtraArgs := ExtraArgs + ' -WG';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user