summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer
AgeCommit message (Expand)Author
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-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-01-24[lldb] Remove more workrounds for Android that have been fixed upstream (#124...Brad Smith
2025-01-09[lldb][AIX] Some base #if _AIX changes of a minimal lldb build (#120979)Dhruv Srivastava
2024-12-27[lldb] clang-format changes for some basic #if _AIX changes (#120978)Dhruv Srivastava
2024-07-10[lldb] Don't crash on malformed filesets (#98388)Jonas Devlieghere
2023-09-05Switch over to using the LLVM archive parser for BSD archives.Greg Clayton
2023-09-05[lldb][Plugins] Reflect structure changes in ObjectContainerAntonio Frighetto
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye
2023-03-28[lldb] Support Universal Mach-O binaries with a fat64 headerJonas Devlieghere
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-30[lldb] Fix two bugs in ObjectContainerMachOFilesetJonas Devlieghere
2022-08-25[lldb] Computer the slide when and apply it to each fileset's vm addrJonas Devlieghere
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere
2022-08-24[lldb] Remove unused functions in ObjectContainer (NFC)Jonas Devlieghere
2022-07-05[lldb] Add support to load object files from thin archivesKaining Zhong
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-03-31Replace std::string::find == 0 with StringRef::startswithBenjamin Kramer
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-12[ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere