Files
llvm-project/lldb/examples/python/templates/scripted_process.py
Med Ismail Bennani 2c0102c150 [lldb] Fix ScriptedFrame thread member init assignment (#191297)
This patch fixes a typo in the `ScriptedFrame` base class initializer
where we used a thread id with `GetThreadByIndexID` instead of the
thread index.

This could lead to issues where derived classes wouldn't be initialized
properly, which could cause crashes down the line.

The patch addresses the issue by calling `GetThreadByID` with the thread
id.

rdar://174432881

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2026-04-09 17:52:46 -07:00

37 KiB