summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer
Commit message (Expand)AuthorAgeFilesLines
...
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-253-12/+12
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-2/+2
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+17
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-123-17/+132
* <rdar://problem/13455021>Greg Clayton2013-05-211-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-104-37/+41
* 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-244-20/+94
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-183-4/+4
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-182-8/+8
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-213-0/+12
* <rdar://problem/13159777> Greg Clayton2013-02-064-86/+151
* <rdar://problem/13069948>Greg Clayton2013-01-253-15/+15
* 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
* Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda2012-11-041-1/+19
* <rdar://problem/12500785>Greg Clayton2012-10-291-2/+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/11358639>Greg Clayton2012-05-081-1/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-244-45/+57
* 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-124-44/+27
* 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-202-8/+8
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-184-13/+52
* Fixed an issue with parsing object files from .a archives. Greg Clayton2011-08-031-20/+12
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-084-61/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-232-4/+4
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-082-2/+2
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-012-2/+2
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-1/+2
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-1/+12
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-212-14/+12
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-092-0/+28
* 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-084-0/+973
OpenPOWER on IntegriCloud