summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
* elf: synthesize symbols for PLT entriesStephen Wilson2011-03-302-50/+463
* elf: add support for ELF relocation entriesStephen Wilson2011-03-302-1/+194
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-243-11/+11
* Added more platform support. There are now some new commands:Greg Clayton2011-03-192-0/+106
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-084-62/+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-082-12/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-074-2/+172
* linux: Remove a local ObjectFileELF version of GetArchitecture.Stephen Wilson2011-02-242-14/+7
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-232-24/+6
* 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-154-34/+18
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-083-3/+3
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-3/+3
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-042-2/+2
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-7/+7
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-2/+2
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-0/+8
* 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-152-2/+85
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-082-14/+14
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-082-2/+2
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-202-2/+2
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-121-5/+5
* Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach...Greg Clayton2010-10-091-1/+1
* Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.Greg Clayton2010-10-091-0/+1
* Added mutex protection to the Symtab class.Greg Clayton2010-10-082-3/+6
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-2/+10
* Fixed an issue with the mach-o file parser when parsing indirect symbol stubsGreg Clayton2010-10-061-2/+6
* Fixed an issue I found in the mach-o symbol table parsing whereGreg Clayton2010-09-121-21/+33
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-54/+79
* Always look up the symbols with FindSymbolByID since we are minimizing the sy...Jim Ingham2010-09-101-9/+1
* Disable minimized symbol tables for now as this was causing test suite failures.Greg Clayton2010-09-081-1/+1
* Enable minimized symbol tables when parsing mach-o files. ThisGreg Clayton2010-09-081-4/+55
* Added Symtab::FindSymbolByID() in preparation for enabling the minimalGreg Clayton2010-09-071-1/+11
* 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-094-1/+20
* Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton2010-07-212-19/+87
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-212-120/+138
* Remove our local ELF definitions and rely on llvm/Support/ELF.h instead.Stephen Wilson2010-07-131-376/+0
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-136-1716/+1203
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-092-0/+28
* 64 bit ELF support from Stephen Wilson.Greg Clayton2010-07-074-16/+1384
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-3/+3
* Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton2010-06-281-0/+14
* 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-112-34/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-085-0/+2808
OpenPOWER on IntegriCloud