Files
clang-p2996/lldb/test/API/python_api/target
Greg Clayton 1dd9162b95 [lldb] Fix a crasher when using the public API. (#80508)
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..
2024-02-06 13:53:29 -08:00
..