-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.
Description
Calling rust-lldb on debian buster with lldb-16 installed following "https://apt.llvm.org/" failed to import script.
Encountered the following error:
# rust-lldb
(lldb) command script import "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/etc/lldb_lookup.py"
error: module importing failed: This script interpreter does not support importing modules.
I've tried this on different machines with clean install, and it all exists.
Is this related to rust-lldb or is a bug of llvm?
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.