* 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:
marc 2005-11-14 22:49:34 +00:00
parent 04442df12c
commit 7960598843

View File

@ -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