debugger: fix entry point parsing

git-svn-id: trunk@19082 -
This commit is contained in:
paul 2009-03-24 01:51:32 +00:00
parent 1473f651bd
commit b0f9fcfd3b

View File

@ -2828,7 +2828,7 @@ begin
if rfNoMI in R.Flags
then begin
FileType := GetPart('file type ', '.', R.Values);
EntryPoint := GetPart(['Entry point: '], [#10, #13], R.Values);
EntryPoint := GetPart(['Entry point: '], [#10, #13, '\t'], R.Values);
end
else begin
// OS X gdb has mi output here