mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +02:00
debugger: fix entry point parsing
git-svn-id: trunk@19082 -
This commit is contained in:
parent
1473f651bd
commit
b0f9fcfd3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user