mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
A user found a crash when they would do code like: ``` (lldb) script >>> target = lldb.SBTarget() >>> lldb.debugger.SetSelectedTarget(target) ``` We were not checking if the target was valid in and it caused a crash..
21 KiB
21 KiB