summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-0/+2
* Use integers instead of NULL.Bill Wendling2012-04-031-3/+3
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-2/+18
* Fixed a few things in the ELF object file:Greg Clayton2012-03-271-6/+8
* <rdar://problem/10103468>Greg Clayton2012-02-241-57/+68
* <rdar://problem/10560053>Greg Clayton2012-02-051-9/+17
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-20/+9
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-9/+9
* Added the ability to get an abstract file type (executable, object file, Greg Clayton2011-07-091-0/+71
* Scan dynamic symbol table of ELF object filesPeter Collingbourne2011-06-031-1/+1
* elf: synthesize symbols for PLT entriesStephen Wilson2011-03-301-47/+421
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-20/+0
* Fix ObjectFileElf::GetEntryPointAddress()Stephen Wilson2011-03-081-18/+18
* I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...Jim Ingham2011-03-081-9/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-0/+28
* linux: Remove a local ObjectFileELF version of GetArchitecture.Stephen Wilson2011-02-241-11/+7
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-22/+4
* linux: Set ArchSpec m_type correctly from object file.Stephen Wilson2011-02-161-0/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-25/+13
OpenPOWER on IntegriCloud