summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
Commit message (Expand)AuthorAgeFilesLines
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-121-16/+27
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Remove TimeValue usage from ObjectContainerBSDArchivePavel Labath2016-11-091-12/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-199/+143
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+4
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-32/+33
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-3/+27
* <rdar://problem/13854277>Greg Clayton2013-05-101-6/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-0/+8
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-8/+18
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+6
* <rdar://problem/12500785>Greg Clayton2012-10-291-2/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+2
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-1/+1
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-1/+18
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-10/+0
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+183
OpenPOWER on IntegriCloud