summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
AgeCommit message (Expand)Author
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
2023-09-05Switch over to using the LLVM archive parser for BSD archives.Greg Clayton
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye
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-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-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-02Change UniqueCStringMap to use ConstString as the keyPavel Labath
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-24Delete DataBufferMemoryMap.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-02Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath
2016-11-09Remove TimeValue usage from ObjectContainerBSDArchivePavel Labath
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-10-06Convert UniqueCStringMap to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2015-08-14Add a better fix for searching for spaces in BSD archive object names where w...Greg Clayton
2015-08-13Don't crash when we have a .a file that contains an object with a 16 characte...Greg Clayton
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-02-23Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton