mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
GDB: Attempt to deal with broken output from GDB on Mac
git-svn-id: trunk@31136 -
This commit is contained in:
parent
9508284b75
commit
ef7e38483d
@ -9055,7 +9055,7 @@ var
|
||||
else
|
||||
//TODO: should that better be dsError ?
|
||||
if OldResult and (AResult.State in [dsError, dsStop]) and
|
||||
(copy(Line,1,7) = '^error"')
|
||||
(copy(ResultClass,1,6) = 'error"')
|
||||
then begin
|
||||
// Gdb 6.3.5 on Mac, does sometime return a 2nd mis-formatted error line
|
||||
// The line seems truncated, it simply is (note the misplaced quote): ^error"
|
||||
|
Loading…
Reference in New Issue
Block a user