summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
* Ignore mapping symbols on aarch64Tamas Berghammer2015-04-072-50/+82
* Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands inJason Molenda2015-04-021-1/+3
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-182-2/+0
* Parse .note.android.ident header from elf filesTamas Berghammer2015-03-181-1/+15
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+26
* Remove "virtual" and add "override" to all functions that are overridden to q...Greg Clayton2015-03-121-42/+42
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-102-3/+3
* Use the unified section list when generating a symbol tablePavel Labath2015-03-041-1/+1
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-042-6/+41
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Fix a crasher where we might have a N_UNDF symbol with no name and this could...Greg Clayton2015-03-031-0/+2
* MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...Greg Clayton2015-02-251-28/+74
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-233-13/+13
* Exit early from DumpELFProgramHeaders if parse failsEd Maste2015-02-231-15/+15
* Make sure things build for iOS after recent changes.Greg Clayton2015-02-201-7/+9
* Correctly handle N_INDR nlist entries and don't rely on the trie information ...Greg Clayton2015-02-141-20/+108
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-052-1/+10
* Fix it so we always get major, minor and update from the version in ObjectFil...Greg Clayton2015-02-041-12/+4
* Don't stomp the triple when loading a PECOFF target.Zachary Turner2015-01-221-1/+8
* [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad2015-01-081-0/+3
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-4/+17
* Enable armv7 core file writing for Mach-O binaries. Jason Molenda2014-11-121-3/+4
* Sketch out the armv7 and arm64 core file writing support inJason Molenda2014-11-121-7/+169
* Add support for 32-bit core file dumping. Add support for i386 process core ...Jason Molenda2014-11-111-20/+120
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-312-0/+7
* Remove unused variable.Jason Molenda2014-10-161-3/+1
* Improve the handling of kalimba ELF file section type recognition.Matthew Gardiner2014-10-151-8/+15
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-3/+43
* Fixed an issue where the last N load commands in the mach-o core file would n...Greg Clayton2014-09-161-0/+1
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-152-2/+56
* Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.Todd Fiala2014-09-151-0/+26
* Fix up lldb build for llvm r217172.Todd Fiala2014-09-041-3/+3
* lldb - ELF: add ARM64 relocation jump slot handling in ELFHeader.Todd Fiala2014-08-291-0/+3
* Add support for kalimba architecture variants 3, 4 and 5.Matthew Gardiner2014-08-271-2/+36
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+12
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+3
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-4/+6
* Silence a warning saying "typedef requires a name" from clang.Greg Clayton2014-07-291-1/+1
* Remove unused variable that was causing a warning.Greg Clayton2014-07-291-1/+0
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-2/+6
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-282-1/+30
* ObjectFileMachO: Silence signed/unsigned comparison warningDavid Majnemer2014-07-241-2/+1
* Plugins: silence a few more signed comparision warningsSaleem Abdulrasool2014-07-231-1/+2
* Target: silence a GCC warningSaleem Abdulrasool2014-07-231-1/+3
* Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...Deepak Panickal2014-07-221-1/+1
* Dynamic loader for the Hexagon DSPDeepak Panickal2014-07-211-0/+3
* Use PRIx64.Joerg Sonnenberger2014-07-181-1/+1
* Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton2014-07-171-6/+0
* Add kalimba as a platform.Todd Fiala2014-07-161-0/+19
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-121-2/+23
OpenPOWER on IntegriCloud