aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Debuginfod/Debuginfod.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-02Reverts recent debuginfod patches (#156532)Haowei1-21/+7
2025-08-29[Debuginfod] Fix warningsKazu Hirata1-2/+2
2025-08-29[Debuginfo] add debuginfod factory method (#154633)RISHIK RAM1-7/+21
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-08-11[llvm-debuginfod] Switch to xxh3_64bitsFangrui Song1-1/+3
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 Song1-1/+1
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
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 Thornburgh1-0/+41
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh1-16/+8
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-06[llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking lo...Noah Shutty1-5/+310
2022-03-21Fix buildbot failures from 7917b3c6.Daniel Thornburgh1-1/+2
2022-03-21[Debuginfod] Don't depend on Content-Length.Daniel Thornburgh1-19/+43
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+2
2022-01-19[DebugInfod] Prefix debuginfod cache directoryPetr Hosek1-0/+1
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata1-1/+1
2021-12-13[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty1-1/+8
2021-12-10Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."Nico Weber1-8/+1
2021-12-10[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty1-1/+8
2021-12-10Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."Noah Shutty1-8/+1
2021-12-10[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty1-1/+8
2021-12-07[Support] [Debuginfod] Move HTTPClient to Debuginfod library.Noah Shutty1-1/+1
2021-12-06[llvm] [Debuginfo] Debuginfod client library.Noah Shutty1-0/+176