summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+6
* Added the ability to get an abstract file type (executable, object file, Greg Clayton2011-07-091-0/+6
* elf: synthesize symbols for PLT entriesStephen Wilson2011-03-301-3/+42
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+0
* I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...Jim Ingham2011-03-081-3/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-0/+6
* linux: Remove a local ObjectFileELF version of GetArchitecture.Stephen Wilson2011-02-241-3/+0
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...Stephen Wilson2011-01-151-0/+9
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+3
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-131-86/+139
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+197
OpenPOWER on IntegriCloud