summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.Todd Fiala2014-09-151-0/+26
* Add support for kalimba architecture variants 3, 4 and 5.Matthew Gardiner2014-08-271-2/+36
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+3
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-4/+6
* Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...Deepak Panickal2014-07-221-1/+1
* Add kalimba as a platform.Todd Fiala2014-07-161-0/+19
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-121-2/+23
* Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...Todd Fiala2014-07-111-2/+5
* Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.Todd Fiala2014-07-111-4/+4
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Fix ObjectFileELF to determine architectures independent of host.Todd Fiala2014-06-271-35/+293
* Replace GCC-specific intrinsic with portable alternative.Zachary Turner2014-06-251-1/+5
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-0/+1
* <rdar://problem/14515139>Enrico Granata2014-03-251-1/+1
* Improve Elf object file UUID calculation performance.Todd Fiala2014-03-251-26/+150
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-5/+3
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-5/+232
* remove dead code + simplify a littleSylvestre Ledru2014-02-211-4/+2
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-13/+24
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-0/+33
* elf: Move elf note parsing to ObjectFileELF.cppEd Maste2013-12-021-25/+48
* Simplify indirect rld_map for mips (rework r192408).Ed Maste2013-10-111-3/+14
* Support mips shared object debug infoEd Maste2013-10-111-2/+3
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-0/+52
* Round plt entsize to addralignMichael Sartain2013-08-221-2/+17
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-1/+2
* Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi2013-07-111-1/+28
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-190/+159
* 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-011-166/+379
* 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-231-10/+72
* 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-171-1/+39
* Fix ObjectFileELF to not use the file_offset twice.Filipe Cabecinhas2013-05-161-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-1/+14
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Fixed issues with the way ELF symbols are parsed:Greg Clayton2013-04-131-2/+12
* <rdar://problem/13338643>Greg Clayton2013-03-041-2/+0
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+6
* 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-061-11/+23
* <rdar://problem/13069948>Greg Clayton2013-01-251-22/+21
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-9/+9
* Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bi...Greg Clayton2012-11-121-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-3/+0
OpenPOWER on IntegriCloud