lazdebugger: fixed hint

git-svn-id: trunk@47069 -
This commit is contained in:
mattias 2014-12-02 21:10:44 +00:00
parent 7b35896fd2
commit 0d41b20eaa

View File

@ -7479,6 +7479,7 @@ begin
if not Result then
exit;
AResult:=GDBMIExecResultDefault;
ExecuteCommand('info mach-tasks',[],[], AResult);
s := AResult.Values;
i := pos(sLineBreak,s);