summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Test if an ELF object is executable by checking if an entry point is defined.Stephen Wilson2011-01-151-1/+1
* Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...Stephen Wilson2011-01-151-2/+76
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-121-5/+5
* Added mutex protection to the Symtab class.Greg Clayton2010-10-081-2/+4
* Looks like this is how you identify executables in ELF.Jim Ingham2010-08-101-2/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+7
* Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton2010-07-211-10/+45
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-131-404/+467
* 64 bit ELF support from Stephen Wilson.Greg Clayton2010-07-071-10/+16
* Remove Mac-specific includes.Eli Friedman2010-06-131-5/+0
OpenPOWER on IntegriCloud