DBG: gdb async mode / prevent gdb on Mac 64 bit from crashing

git-svn-id: trunk@40461 -
This commit is contained in:
martin 2013-03-02 18:28:26 +00:00
parent a7f651be93
commit 4b67d787bc

View File

@ -2337,9 +2337,9 @@ begin
FTheDebugger.FAsyncModeEnabled := (R.State <> dsError) and
(pos('mode is on', LowerCase(R.Values)) > 0);
end;
if not FTheDebugger.FAsyncModeEnabled then
ExecuteCommand('set target-async off', R, []);
end;
if not FTheDebugger.FAsyncModeEnabled then
ExecuteCommand('set target-async off', R, []);
ParseGDBVersionMI;
end;