DebuggerIntf: Refactor, evaluate now takes a callback

git-svn-id: trunk@58240 -
This commit is contained in:
martin 2018-06-13 00:25:55 +00:00
parent bf1893d093
commit 6362172d02

View File

@ -1497,7 +1497,7 @@ begin
sleep(5);
Application.ProcessMessages;
until (ASendCommand.Validity<>ddsRequested) or ((GetTickCount64-tc)>2000);
ACallback(Self, True, ASendCommand.Message, nil);
TDBGEvaluateResultCallback(ACallback)(Self, True, ASendCommand.Message, nil);
Result := True;
ASendCommand.Free;
end