Files
Jonas Devlieghere 9f75001f92 [lldb] Fix flaky TestRunLocker by using lldb.target instead of lldb.frame (#193788)
`lldb.frame` is a Python convenience variable that resolves to `None`
when the process is running (no selected frame), potentially causing an
`AttributeError` before the run locker check is ever reached. Use
`lldb.target` instead, which is always valid and properly exercises the
run locker path.

Fixes #193787
2026-04-23 09:19:03 -07:00
..