summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolLocator
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-18[lldb] Use a range-based for loop instead of llvm::for_each (NFC) (#149541)Kazu Hirata
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-01-13Revert "[lldb] Switch debuginfod cache to use lldb index cache settings" (#12...GeorgeHuyubo
2025-01-10Debuginfod cache use index cache settings and include real file name (#120814)GeorgeHuyubo
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei
2024-05-03Revert "[lldb] Fix TestSharedLibStrippedSymbols for #90622"David Spickett
2024-05-02LLDB Debuginfod tests and a fix or two (#90622)Kevin Frei
2024-05-02[lldb] Fix build on FreeBSDDavid Spickett
2024-05-01[lldb] Teach LocateExecutableSymbolFile to look into LOCALBASE on FreeBSD (#8...Gleb Popov
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei
2024-04-03Revert "DebugInfoD issues, take 2" (#87583)Chelsea Cassanova
2024-04-03DebugInfoD issues, take 2 (#86812)Kevin Frei
2024-03-23Revert "DebugInfoD tests + fixing issues exposed by tests (#85693)"Muhammad Omair Javaid
2024-03-21DebugInfoD tests + fixing issues exposed by tests (#85693)Kevin Frei
2024-03-15[lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere
2024-01-26[lldb] Fix progress reporting for SymbolLocatorDebugSymbols (#79624)Jonas Devlieghere
2024-01-22Added settings for DEBUGINFOD cache location and timeout (#78605)Kevin Frei
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere
2023-11-03[lldb] Move FindSymbolFileInBundle to SymbolLocator plugin (#71247)Jonas Devlieghere
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere