summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-6/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+6
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-151-0/+7
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-11/+14
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-201-14/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-415/+351
* 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
OpenPOWER on IntegriCloud