Search Criteria
Package Details: codelldb 1.12.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/codelldb.git (read-only, click to copy) |
|---|---|
| Package Base: | codelldb |
| Description: | A native debugger extension for VSCode based on LLDB. Also known as vscode-lldb (NOT lldb-vscode) |
| Upstream URL: | https://github.com/vadimcn/codelldb |
| Licenses: | MIT |
| Provides: | codelldb, vscode-lldb |
| Submitter: | bageljr |
| Maintainer: | dmitmel |
| Last Packager: | dmitmel |
| Votes: | 3 |
| Popularity: | 0.118080 |
| First Submitted: | 2022-04-11 20:24 (UTC) |
| Last Updated: | 2026-01-01 23:02 (UTC) |
Dependencies (7)
- lldb (llvm-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- python (make)
Latest Comments
« First ‹ Previous 1 2
dmitmel commented on 2022-04-27 09:12 (UTC)
bageljr: I fixed the PKGBUILD. The binary was failing because it couldn't find
liblldb.so(that is solved by creating a directory structure such that../lldb/lib/liblldb.soexists, in our case this is done with a symlink) andlibcodelldb.so(the binary itself is just a small entry point that loads the dylib and calls the real main function from there). There are also a few Python scripts that needed packaging, and I removed-DCMAKE_BUILD_TYPE=Nonebecause it was preventing the Rust program from being built with the--releaseflag (and debug builds are massive). Anyway, the diff:bageljr commented on 2022-04-11 22:27 (UTC)
Currently doesn't work because it can't find lldb correctly. LMK if you know a solution.
« First ‹ Previous 1 2