[PATCH] D114846: [llvm] [Debuginfod] LLVM debuginfod server.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 12:13:19 PDT 2023
noajshu added a comment.
In D114846#4206434 <https://reviews.llvm.org/D114846#4206434>, @fche2 wrote:
> requesting lldb followup: https://github.com/llvm/llvm-project/issues/61547
Hi @fche2 thanks for the ping.
D75750 <https://reviews.llvm.org/D75750> is a great starting point that looked up source files with elfutils' debuginfod.
Integrating llvm-debuginfod into lldb may be pretty simple as the library comes for free with llvm if built with libcurl.
I am curious if others are already reviving this effort? I could work on it if not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114846/new/
https://reviews.llvm.org/D114846
More information about the llvm-commits
mailing list