summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-0/+1
* Remove unreachable code.Jason Molenda2014-10-161-2/+0
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-0/+3
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Don't allow two threads to create/use the section list before it has been ful...Greg Clayton2014-06-161-0/+3
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-8/+8
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-47/+35
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-1/+1
* <rdar://problem/14496092>Greg Clayton2013-10-211-0/+1
* Fix endianness in ObjectFile::CopyDataEd Maste2013-10-091-1/+2
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+1
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-8/+17
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-23/+21
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-7/+37
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-25/+11
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-2/+46
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-4/+4
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-4/+4
* <rdar://problem/13384801>Greg Clayton2013-04-031-3/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* <rdar://problem/13338643>Greg Clayton2013-03-041-10/+42
* Added eSymbolTypeResolver to a few switch statements that needed it.Greg Clayton2013-02-271-0/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-31/+79
* <rdar://problem/11109570>Greg Clayton2013-02-061-2/+5
* <rdar://problem/13092722>Greg Clayton2013-02-011-7/+13
* Read bytes from zero-filled sections correctlySean Callanan2013-01-041-0/+13
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* <rdar://problem/12639603>Greg Clayton2012-11-281-23/+1
* Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() ...Jason Molenda2012-09-111-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-15/+30
* Fixed a few things in the ELF object file:Greg Clayton2012-03-271-1/+1
* <rdar://problem/10997402>Greg Clayton2012-03-071-3/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-37/+41
* Fixed an issue where empty sections or zero filled sections could returnGreg Clayton2012-02-211-1/+9
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-5/+5
* <rdar://problem/10560053>Greg Clayton2012-02-051-1/+154
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-8/+0
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-37/+58
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-0/+3
* <rdar://problem/10338439>Greg Clayton2011-11-131-1/+0
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-26/+29
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+1
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-2/+2
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-11/+94
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+85
OpenPOWER on IntegriCloud