mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:29:12 +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
|
if rfNoMI in R.Flags
|
||||||
then begin
|
then begin
|
||||||
FileType := GetPart('file type ', '.', R.Values);
|
FileType := GetPart('file type ', '.', R.Values);
|
||||||
EntryPoint := GetPart('Entry point: ', LineEnding, R.Values);
|
EntryPoint := GetPart('Entry point: ', '\n', R.Values);
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
// OS X gdb has mi output here
|
// OS X gdb has mi output here
|
||||||
|
Loading…
Reference in New Issue
Block a user