aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolVendor/ELF
AgeCommit message (Expand)AuthorFilesLines
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda1-4/+4
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo1-5/+4
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata1-4/+5
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo1-5/+4
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei1-2/+32
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo1-27/+2
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei1-2/+27
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei1-27/+2
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei1-2/+27
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh1-27/+2
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei1-2/+27
2024-05-03Revert "[lldb] Fix TestSharedLibStrippedSymbols for #90622"David Spickett1-27/+2
2024-05-02LLDB Debuginfod tests and a fix or two (#90622)Kevin Frei1-2/+27
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi1-27/+2
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei1-2/+27
2024-04-03Revert "DebugInfoD issues, take 2" (#87583)Chelsea Cassanova1-27/+2
2024-04-03DebugInfoD issues, take 2 (#86812)Kevin Frei1-2/+27
2024-03-23Revert "DebugInfoD tests + fixing issues exposed by tests (#85693)"Muhammad Omair Javaid1-28/+2
2024-03-23Revert "Missed a null-ptr check in previous PR for Debuginfod testing (#86292)"Muhammad Omair Javaid1-1/+1
2024-03-22Missed a null-ptr check in previous PR for Debuginfod testing (#86292)Kevin Frei1-1/+1
2024-03-21DebugInfoD tests + fixing issues exposed by tests (#85693)Kevin Frei1-2/+28
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere1-1/+1
2023-03-08[lldb] Fix typo in SymbolVendorELFJonas Devlieghere1-1/+1
2023-03-08lldb] Re-enable TestSymbolFileJSON on non Darwin platformsJonas Devlieghere1-0/+3
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath2-11/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-4/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-9/+0
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-26[lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath1-8/+11
2019-08-06SymbolVendorELF: Perform build-id lookup even without a debug linkPavel Labath1-4/+5
2019-08-05ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath1-70/+60
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2-6/+4
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-6/+6
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-14/+0
2019-03-06Resubmit "Don't include UnixSignals.h from Host."Zachary Turner1-1/+4
2019-02-27Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner1-1/+1
2019-02-15Revert "Don't include UnixSignals.h from Host."Davide Italiano1-4/+1
2019-02-15Don't include UnixSignals.h from Host.Zachary Turner1-1/+4
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6