riscv64 is missing lldb
Bug #2072680 reported by
kasper
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
llvm-toolchain-18 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Noble |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
llvm-toolchian-18 riscv64 has recently enabled lldb support upstream: https:/
please enable it in ubuntu as well. SRU (https:/
lldb debugger is available in debian:unstable
``` 18-dev/ unstable 1:18.1.8-2 riscv64
docker run --rm --platform linux/riscv64 debian:unstable sh -c \
'apt update && apt search liblldb-18-dev'
...
liblldb-
```