mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29:25 +02:00
DBG: gdb async mode / prevent gdb on Mac 64 bit from crashing
git-svn-id: trunk@40461 -
This commit is contained in:
parent
a7f651be93
commit
4b67d787bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user