summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parsing of the plt section for android-armTamas Berghammer2015-05-081-6/+52
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-7/+12
* Remove usages of host architecture within ELF object file for unknown parts o...Oleksiy Vyalov2015-04-181-32/+0
* Fix mapping symbol handling on arm 32/64Tamas Berghammer2015-04-171-25/+31
* Fix thumb symbol value fixup in ObjectFileELFTamas Berghammer2015-04-161-1/+1
* Ignore mapping symbols on aarch64Tamas Berghammer2015-04-071-50/+77
* Parse .note.android.ident header from elf filesTamas Berghammer2015-03-181-1/+15
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+26
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-2/+1
* Use the unified section list when generating a symbol tablePavel Labath2015-03-041-1/+1
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-6/+38
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-6/+6
* Exit early from DumpELFProgramHeaders if parse failsEd Maste2015-02-231-15/+15
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+1
* Improve the handling of kalimba ELF file section type recognition.Matthew Gardiner2014-10-151-8/+15
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-3/+43
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-151-2/+53
* 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
OpenPOWER on IntegriCloud