aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Debuginfod
AgeCommit message (Expand)AuthorFilesLines
2025-09-02Reverts recent debuginfod patches (#156532)Haowei2-23/+7
2025-08-29Fix debuginfod build failure when httplib is used. (#156107)Haowei1-0/+2
2025-08-29[Debuginfod] Fix warningsKazu Hirata1-2/+2
2025-08-29[Debuginfo] add debuginfod factory method (#154633)RISHIK RAM1-7/+21
2025-06-04[Debuginfod] Restore an includeKazu Hirata1-0/+1
2025-06-04[Debuginfod] Restore a couple of includesKazu Hirata1-0/+2
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata2-3/+0
2025-05-11[Debuginfod] Use StringRef::consume_back (NFC) (#139483)Kazu Hirata1-2/+1
2025-04-22Modify the localCache API to require an explicit commit on CachedFile… (#13...anjenner1-0/+13
2025-03-08Revert "Modify the localCache API to require an explicit commit on CachedFile...Douglas Yung1-13/+0
2025-03-08Revert "[clangd] fix warning by adding missing parens"Douglas Yung1-1/+1
2025-03-07[clangd] fix warning by adding missing parensAugie Fackler1-1/+1
2025-03-07Modify the localCache API to require an explicit commit on CachedFile… (#11...anjenner1-0/+13
2025-01-13Revert "[lldb] Switch debuginfod cache to use lldb index cache settings" (#12...GeorgeHuyubo1-20/+9
2025-01-10Debuginfod cache use index cache settings and include real file name (#120814)GeorgeHuyubo1-9/+20
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-1/+2
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-1/+1
2024-01-22Added settings for DEBUGINFOD cache location and timeout (#78605)Kevin Frei1-10/+26
2023-12-04Switch from the std::shared_mutex to an LLVM RWMutex (#74383)Kevin Frei1-4/+4
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei1-6/+27
2023-10-03[Debuginfod] Accept compressed encodings in client (#68055)Daniel Thornburgh1-0/+2
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-11[llvm-debuginfod] Switch to xxh3_64bitsFangrui Song1-1/+3
2023-07-14[CMake] Don't exclude llvm-debuginfod if httplib isn't availablePetr Hosek1-7/+16
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh1-3/+3
2023-03-10[Debuginfod] Prune cache after fetch.Daniel Thornburgh1-10/+18
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-9/+10
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung1-10/+9
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-9/+10
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata1-6/+6
2022-12-17[llvm] llvm::Optional::value => operator*/operator->Fangrui Song1-2/+2
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-3/+3
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song2-3/+3
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata2-3/+3
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev1-3/+3
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu1-3/+3
2022-11-08[llvm-debuginfod-find] Fix test/behavior on Windows.Daniel Thornburgh1-2/+2
2022-11-07[Debuginfod] DEBUGINFOD_HEADERS_FILE environment variableDaniel Thornburgh2-0/+47
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh3-20/+15
2022-08-16[LLVM][Debuginfod] Add missing thread includeDavid Spickett1-0/+1
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-3/+3
2022-07-07[Debuginfod] Try to fix clang-ppc64le-rhel buildNoah Shutty1-0/+5
2022-07-06[Debuginfod] Try to fix shared library build after babef908cc1 (D114845) and ...Noah Shutty1-0/+2
2022-07-06[llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking lo...Noah Shutty2-5/+311
2022-07-06[llvm] [Debuginfod] Add HTTP Server to Debuginfod library.Noah Shutty2-0/+195
2022-03-21Fix buildbot failures from 7917b3c6.Daniel Thornburgh1-1/+2
2022-03-21[Debuginfod] Don't depend on Content-Length.Daniel Thornburgh2-93/+54