summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/14717184>Greg Clayton2013-08-131-1/+11
* <rdar://problem/14717184>Greg Clayton2013-08-131-639/+648
* Fix the lldb build after the removal of mblaze.Rafael Espindola2013-07-251-2/+0
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-1/+2
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+2
* Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi2013-07-112-1/+40
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-106-685/+667
* Fix ObjectFileELF crc32 code used when no build id is present.Michael Sartain2013-07-031-67/+86
* Split symbol support for ELF and Linux.Michael Sartain2013-07-016-190/+428
* A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:Greg Clayton2013-06-181-5/+40
* <rdar://problem/13941992>Greg Clayton2013-06-041-5/+7
* Fix various build warnings.Matt Kopec2013-06-031-1/+1
* Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeadersFilipe Cabecinhas2013-05-231-10/+12
* ObjectFileELF::GetModuleSpecifications on Linux should work now.Michael Sartain2013-05-233-12/+78
* Comment out ObjectFileELF::GetModuleSpecifications() function until I can deb...Michael Sartain2013-05-171-1/+5
* Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain2013-05-172-1/+45
* Fix ObjectFileELF to not use the file_offset twice.Filipe Cabecinhas2013-05-161-1/+1
* <rdar://problem/13128331>Greg Clayton2013-05-151-24/+21
* <rdar://problem/13748253>Greg Clayton2013-05-141-91/+141
* A few more small tweaks to arm core file handling.Jason Molenda2013-05-141-7/+20
* Small change to the previous checkin, read in the fpu register contextJason Molenda2013-05-141-4/+10
* Fixes to read the floating point and exception registers sets outJason Molenda2013-05-141-18/+36
* <rdar://problem/13854277>Greg Clayton2013-05-106-42/+18
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-6/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-246-37/+209
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-184-5/+5
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-184-5/+5
* Fix build on LinuxDaniel Malea2013-04-171-0/+4
* Revert 179694 -- it breaks remote debugging of mac os x targets for some folkDaniel Malea2013-04-171-3/+1
* Fix Linux build of LLDBDaniel Malea2013-04-171-1/+3
* Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID().Jason Molenda2013-04-161-1/+1
* Add warning messages for the cases where the inferior process shared cacheJason Molenda2013-04-161-5/+10
* <rdar://problem/13468295>Greg Clayton2013-04-161-13/+24
* The dyld_all_image_infos structure, at version 13 and higher, hasJason Molenda2013-04-162-13/+127
* Fix some minor code indentation mistakes in ObjectFileMachO.Jason Molenda2013-04-161-39/+39
* Fixed issues with the way ELF symbols are parsed:Greg Clayton2013-04-133-2/+114
* When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...Jason Molenda2013-04-101-0/+26
* <rdar://problem/13521159>Greg Clayton2013-03-271-8/+8
* Don't try to read the eh_frame section out of a dSYM.Jason Molenda2013-03-221-1/+5
* Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.Jason Molenda2013-03-211-0/+33
* Remove some tabs and extraneous space chars from ObjectFileMachO.cpp.Jason Molenda2013-03-061-136/+136
* Retrieve the dyld shared cache mapping offset from the shared cache instead o...Jason Molenda2013-03-061-14/+64
* <rdar://problem/13338643>Greg Clayton2013-03-045-17/+1
* Added eSymbolTypeResolver to a few switch statements that needed it.Greg Clayton2013-02-271-0/+1
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+6
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-214-0/+19
* Fix ELF parsing where undefined symbols were being added to the symbol table ...Matt Kopec2013-02-121-26/+30
* Be sure to set the data offset to zero if we actually mmap the entire ELF file.Greg Clayton2013-02-071-1/+2
* Fixing stale pointer problem in ELFObjectFileAndrew Kaylor2013-02-071-2/+3
* <rdar://problem/13159777> Greg Clayton2013-02-066-50/+104
OpenPOWER on IntegriCloud