summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
Commit message (Expand)AuthorAgeFilesLines
* ObjectFile: parse EABI AttributesSaleem Abdulrasool2016-04-231-0/+4
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-3/+4
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-4/+3
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-3/+4
* Fix for Bug 25338Ravitheja Addepally2016-01-191-2/+11
* Update for llvm change. NFC.Rafael Espindola2016-01-181-1/+1
* Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton2015-10-281-0/+6
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-4/+9
* Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer2015-06-301-1/+1
* Ignore mapping symbols on aarch64Tamas Berghammer2015-04-071-0/+5
* Remove "virtual" and add "override" to all functions that are overridden to q...Greg Clayton2015-03-121-42/+42
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-0/+3
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-151-0/+3
* Fix ObjectFileELF to determine architectures independent of host.Todd Fiala2014-06-271-2/+10
* Improve Elf object file UUID calculation performance.Todd Fiala2014-03-251-0/+12
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+31
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+3
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-0/+3
* elf: Move elf note parsing to ObjectFileELF.cppEd Maste2013-12-021-0/+28
* Simplify indirect rld_map for mips (rework r192408).Ed Maste2013-10-111-1/+1
* Support mips shared object debug infoEd Maste2013-10-111-1/+1
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-0/+3
* Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi2013-07-111-0/+12
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-16/+8
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-18/+35
* ObjectFileELF::GetModuleSpecifications on Linux should work now.Michael Sartain2013-05-231-0/+4
* Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain2013-05-171-0/+6
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-0/+7
* 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
* <rdar://problem/13338643>Greg Clayton2013-03-041-6/+0
* <rdar://problem/13159777> Greg Clayton2013-02-061-6/+8
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+6
* Added the ability to get an abstract file type (executable, object file, Greg Clayton2011-07-091-0/+6
* elf: synthesize symbols for PLT entriesStephen Wilson2011-03-301-3/+42
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+0
* I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...Jim Ingham2011-03-081-3/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-0/+6
* linux: Remove a local ObjectFileELF version of GetArchitecture.Stephen Wilson2011-02-241-3/+0
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...Stephen Wilson2011-01-151-0/+9
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+3
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-131-86/+139
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+197
OpenPOWER on IntegriCloud