Commit c9e095b
committed
Swift: handle type resolution failure more gracefully
The result of the type resolution was not verified which resulted in the
debugger trying to resolve a function from a `nullptr` and subsequently
crash. This adds a check to ensure that we resolved the type before
proceeding.1 parent d07bd3c commit c9e095b
File tree
1 file changed
+2
-0
lines changed- lldb/source/Plugins/LanguageRuntime/Swift
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| 791 | + | |
| 792 | + | |
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
| |||
0 commit comments