mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
fp-lldb debug: correct thread
git-svn-id: trunk@58373 -
This commit is contained in:
parent
18335859cc
commit
9069f48fa7
@ -823,8 +823,7 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// s := CallStack.CurrentCallStackList.EntriesForThreads[AThreadId];
|
s := CallStack.CurrentCallStackList.EntriesForThreads[AThreadId];
|
||||||
s := CallStack.CurrentCallStackList.EntriesForThreads[0];
|
|
||||||
if s = nil then begin
|
if s = nil then begin
|
||||||
DebugLn(DBG_ERRORS, ['NO Stackframe list for thread']);
|
DebugLn(DBG_ERRORS, ['NO Stackframe list for thread']);
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user