summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive
Commit message (Expand)AuthorAgeFilesLines
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-122-61/+70
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-10/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-10/+10
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-3/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-3/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-23/+22
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-3/+2
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-3/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+4
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+2
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-96/+101
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+8
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-1/+1
* Remove TimeValue usage from ObjectContainerBSDArchivePavel Labath2016-11-092-23/+27
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-1/+2
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-728/+553
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-182-9/+9
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-32/+33
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Add a better fix for searching for spaces in BSD archive object names where w...Greg Clayton2015-08-141-5/+7
* Don't crash when we have a .a file that contains an object with a 16 characte...Greg Clayton2015-08-131-1/+3
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-1/+2
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-2/+2
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-1/+1
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* LLDB could segfault if it got a .a file that had extra padding bytes at the e...Greg Clayton2014-05-021-1/+24
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+4
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* Fix the format warnings.Sylvestre Ledru2013-10-311-1/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-5/+5
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+17
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-122-12/+122
* <rdar://problem/13455021>Greg Clayton2013-05-211-1/+1
OpenPOWER on IntegriCloud