aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer
AgeCommit message (Expand)AuthorFilesLines
3 days[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda3-7/+6
10 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda8-24/+32
2026-01-23[lldb] Add a GetSubsetExtractorSP method to DataExtractor (#177309)Jason Molenda1-5/+5
2026-01-08[lldb][AIX] Base files for ObjectContainerBigArchive (#173218)Dhruv Srivastava4-0/+223
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda4-103/+115
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-01-24[lldb] Remove more workrounds for Android that have been fixed upstream (#124...Brad Smith1-1/+1
2025-01-09[lldb][AIX] Some base #if _AIX changes of a minimal lldb build (#120979)Dhruv Srivastava1-1/+1
2024-12-27[lldb] clang-format changes for some basic #if _AIX changes (#120978)Dhruv Srivastava1-13/+16
2024-07-10[lldb] Don't crash on malformed filesets (#98388)Jonas Devlieghere1-3/+3
2023-09-05Switch over to using the LLVM archive parser for BSD archives.Greg Clayton2-228/+91
2023-09-05[lldb][Plugins] Reflect structure changes in ObjectContainerAntonio Frighetto1-1/+1
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye1-1/+2
2023-03-28[lldb] Support Universal Mach-O binaries with a fat64 headerJonas Devlieghere2-26/+76
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-08-30[lldb] Fix two bugs in ObjectContainerMachOFilesetJonas Devlieghere1-2/+3
2022-08-25[lldb] Computer the slide when and apply it to each fileset's vm addrJonas Devlieghere2-4/+17
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere4-0/+389
2022-08-24[lldb] Remove unused functions in ObjectContainer (NFC)Jonas Devlieghere4-51/+0
2022-07-05[lldb] Add support to load object files from thin archivesKaining Zhong2-20/+210
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath4-28/+10
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath4-12/+6
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath4-8/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere2-3/+3
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere2-10/+8
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-3/+1
2020-03-31Replace std::string::find == 0 with StringRef::startswithBenjamin Kramer1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere2-6/+6
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-1/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+1
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-1/+2
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere2-2/+2
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö2-2/+2
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere2-0/+4
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2-2/+2
2019-07-12[ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2-61/+70
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine3-7/+7
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere4-18/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl2-2/+2
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2-13/+13
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1