summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-32/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+929
OpenPOWER on IntegriCloud