aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-415/+351
2016-04-23ObjectFile: parse EABI AttributesSaleem Abdulrasool1-0/+4
2016-02-18Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-3/+4
2016-02-10Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer1-4/+3
2016-02-10Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-3/+4
2016-01-19Fix for Bug 25338Ravitheja Addepally1-2/+11
2016-01-18Update for llvm change. NFC.Rafael Espindola1-1/+1
2015-10-28Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton1-0/+6
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko1-4/+9
2015-06-30Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer1-1/+1
2015-04-07Ignore mapping symbols on aarch64Tamas Berghammer1-0/+5
2015-03-12Remove "virtual" and add "override" to all functions that are overridden to q...Greg Clayton1-42/+42
2015-03-04Correctly resolve symbol names containing linker annotationsPavel Labath1-0/+3
2014-09-15ELF: store the thumbness of a function in symbol flags.Todd Fiala1-0/+3
2014-06-27Fix ObjectFileELF to determine architectures independent of host.Todd Fiala1-2/+10
2014-03-25Improve Elf object file UUID calculation performance.Todd Fiala1-0/+12
2014-03-05Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson1-0/+31
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton1-1/+3
2014-02-06Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci1-0/+3
2013-12-02elf: Move elf note parsing to ObjectFileELF.cppEd Maste1-0/+28
2013-10-11Simplify indirect rld_map for mips (rework r192408).Ed Maste1-1/+1
2013-10-11Support mips shared object debug infoEd Maste1-1/+1
2013-09-24Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi1-0/+3
2013-07-11Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi1-0/+12
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton1-16/+8
2013-07-01Split symbol support for ELF and Linux.Michael Sartain1-18/+35
2013-05-23ObjectFileELF::GetModuleSpecifications on Linux should work now.Michael Sartain1-0/+4
2013-05-17Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain1-0/+6
2013-05-10<rdar://problem/13854277>Greg Clayton1-5/+2
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton1-0/+7
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-1/+1
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-1/+1
2013-03-04<rdar://problem/13338643>Greg Clayton1-6/+0
2013-02-06<rdar://problem/13159777> Greg Clayton1-6/+8
2013-01-25<rdar://problem/13069948>Greg Clayton1-4/+4
2012-02-24<rdar://problem/10103468>Greg Clayton1-3/+3
2012-02-05<rdar://problem/10560053>Greg Clayton1-0/+6
2011-07-09Added the ability to get an abstract file type (executable, object file, Greg Clayton1-0/+6
2011-03-30elf: synthesize symbols for PLT entriesStephen Wilson1-3/+42
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton1-11/+0
2011-03-08I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...Jim Ingham1-3/+0
2011-03-07Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham1-0/+6
2011-02-24linux: Remove a local ObjectFileELF version of GetArchitecture.Stephen Wilson1-3/+0
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton1-1/+1
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton1-1/+1
2011-01-15Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...Stephen Wilson1-0/+9
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-08-09Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham1-0/+3
2010-07-13Combine 32 and 64 bit ELF readers.Stephen Wilson1-86/+139
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+197