mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
* reverted previous change. in mi mode, gdb outputs a newline as "\n" and not as a real lineend
git-svn-id: trunk@8158 -
This commit is contained in:
parent
04442df12c
commit
7960598843
@ -2037,7 +2037,7 @@ begin
|
||||
if rfNoMI in R.Flags
|
||||
then begin
|
||||
FileType := GetPart('file type ', '.', R.Values);
|
||||
EntryPoint := GetPart('Entry point: ', LineEnding, R.Values);
|
||||
EntryPoint := GetPart('Entry point: ', '\n', R.Values);
|
||||
end
|
||||
else begin
|
||||
// OS X gdb has mi output here
|
||||
|
Loading…
Reference in New Issue
Block a user