mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +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
|
||||
exit;
|
||||
|
||||
AResult:=GDBMIExecResultDefault;
|
||||
ExecuteCommand('info mach-tasks',[],[], AResult);
|
||||
s := AResult.Values;
|
||||
i := pos(sLineBreak,s);
|
||||
|
Loading…
Reference in New Issue
Block a user