DBG: fixed call for -dDEB_WITH_TIMEOUT

git-svn-id: trunk@28503 -
This commit is contained in:
martin 2010-11-26 18:41:53 +00:00
parent dfb2151cf4
commit f4532d9046

View File

@ -8169,7 +8169,7 @@ function TGDBMIDebuggerCommand.GetText(const AExpression: String;
var var
R: TGDBMIExecResult; R: TGDBMIExecResult;
begin begin
if not ExecuteCommand('x/s ' + AExpression, AValues, R {$IFDEF DBG_WITH_TIMEOUT}, 2500{$ENDIF}) if not ExecuteCommand('x/s ' + AExpression, AValues, R {$IFDEF DBG_WITH_TIMEOUT}, [], 2500{$ENDIF})
then begin then begin
Result := ''; Result := '';
Exit; Exit;