summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+17
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-9/+95
* <rdar://problem/13455021>Greg Clayton2013-05-211-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-17/+31
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-1/+13
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-7/+7
* <rdar://problem/13159777> Greg Clayton2013-02-061-34/+81
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+7
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12125010>Greg Clayton2012-11-151-1/+1
* Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() ...Jason Molenda2012-09-111-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+0
* <rdar://problem/10103468>Greg Clayton2012-02-241-19/+27
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-22/+17
* Revert some changes I did for logging that affected the ability to Greg Clayton2012-01-121-19/+17
* Make a log timer for the BSD archive creation so we can track the time itGreg Clayton2012-01-091-16/+25
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-4/+4
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-8/+27
* Fixed an issue with parsing object files from .a archives. Greg Clayton2011-08-031-20/+12
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-21/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+1
* Expand AR_EFMT1 because the define is not present on Linux (and possiblyEli Friedman2010-06-101-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+428
OpenPOWER on IntegriCloud