aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-05Switch over to using the LLVM archive parser for BSD archives.Greg Clayton2-228/+91
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye1-1/+2
2022-08-24[lldb] Remove unused functions in ObjectContainer (NFC)Jonas Devlieghere2-26/+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 Labath2-14/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-2/+2
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 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-07-12[ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2-61/+70
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2-6/+6
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-10/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl2-2/+2
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-10/+10
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 Carruth2-8/+6
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere1-3/+2
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano1-2/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-3/+0
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere1-3/+2
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-23/+22
2017-11-13Move ArchSpec to the Utility modulePavel Labath2-3/+2
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-15Remove an expensive lock from TimerPavel Labath1-1/+2
2017-05-02Change UniqueCStringMap to use ConstString as the keyPavel Labath1-3/+2
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner1-2/+2
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-3/+4
2017-03-03Remove some dead code in FileSpec.Zachary Turner1-0/+2
2017-02-24Delete DataBufferMemoryMap.Zachary Turner1-96/+101
2017-02-02Move classes from Core -> Utility.Zachary Turner2-2/+2
2017-01-31[CMake] [2/4] Update a batch of pluginsChris Bieneman1-1/+8
2016-12-02Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath1-1/+1
2016-11-09Remove TimeValue usage from ObjectContainerBSDArchivePavel Labath2-23/+27
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath1-1/+2
2016-10-06Convert UniqueCStringMap to use StringRef.Zachary Turner1-2/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-728/+553