Commit 704d83d
committed
[lldb] print errors when the debug server is not found
Previously, when the debug server binary could not be located, LLDB
emitted a vague error:
`error: executable doesn't exist: '(empty)'`
This patch adds a check just right after the debug server path
resolution and produces a clearer message if it's is not found:
`error: could not find 'lldb-server'. Please ensure it is properly
installed and available in your PATH`.1 parent d0a7411 commit 704d83d
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3672 | 3672 | | |
3673 | 3673 | | |
3674 | 3674 | | |
| 3675 | + | |
| 3676 | + | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
3675 | 3681 | | |
3676 | 3682 | | |
3677 | 3683 | | |
| |||
0 commit comments