summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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