fp-lldb debug: correct thread

git-svn-id: trunk@58373 -
This commit is contained in:
martin 2018-06-21 19:29:40 +00:00
parent 18335859cc
commit 9069f48fa7

View File

@ -823,8 +823,7 @@ begin
exit;
end;
// s := CallStack.CurrentCallStackList.EntriesForThreads[AThreadId];
s := CallStack.CurrentCallStackList.EntriesForThreads[0];
s := CallStack.CurrentCallStackList.EntriesForThreads[AThreadId];
if s = nil then begin
DebugLn(DBG_ERRORS, ['NO Stackframe list for thread']);
exit;