mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 07:30:19 +02:00
lazdebugger: fixed hint
git-svn-id: trunk@47069 -
This commit is contained in:
parent
7b35896fd2
commit
0d41b20eaa
@ -7479,6 +7479,7 @@ begin
|
|||||||
if not Result then
|
if not Result then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
AResult:=GDBMIExecResultDefault;
|
||||||
ExecuteCommand('info mach-tasks',[],[], AResult);
|
ExecuteCommand('info mach-tasks',[],[], AResult);
|
||||||
s := AResult.Values;
|
s := AResult.Values;
|
||||||
i := pos(sLineBreak,s);
|
i := pos(sLineBreak,s);
|
||||||
|
Loading…
Reference in New Issue
Block a user