Search Criteria
Package Details: codelldb 1.12.2-4
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: | 4 |
| Popularity: | 0.91 |
| First Submitted: | 2022-04-11 20:24 (UTC) |
| Last Updated: | 2026-07-13 02:43 (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, clang-static-gitAUR) (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- python (make)
Latest Comments
« First ‹ Previous 1 2
dmitmel commented on 2022-07-18 10:49 (UTC)
bageljr: Hi, don't want to be a bother, but could you please take a look at the patch I posted?
dmitmel commented on 2022-06-27 12:36 (UTC)
@bageljr: Can you also apply this patch as well? I made a mistake and symlinked the executable installed at
/usr/bin/codelldbto a file in$pkgdir.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