aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Add oat symbolization support for odex filesTamas Berghammer1-4/+5
2016-07-04Ignore oatdata and oatexec symbols more widelyTamas Berghammer1-4/+4
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda1-3/+3
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda1-3/+3
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2-1/+11
2016-05-26Small further refinement to the check in ObjectFileMachO::ParseSymtabJason Molenda1-7/+9
2016-05-24Ach, editing too many files at once. Make this file compile again.Jason Molenda1-1/+1
2016-05-24In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda1-1/+4
2016-05-24[LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur1-2/+34
2016-05-20Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...Tamas Berghammer1-34/+2
2016-05-20[LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur1-2/+34
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool3-4/+4
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool5-19/+18
2016-05-11[LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABISagar Thakur1-8/+21
2016-05-04Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2-2/+28
2016-04-26rL267291: Architecture change to thumb on parsing arm.attributes causes regre...Omair Javaid1-13/+0
2016-04-25Fix ARM attribute parsing for Android after rL267291Tamas Berghammer1-6/+3
2016-04-25Handle invalid values of PLT entry size generated by linkerOmair Javaid1-1/+4
2016-04-24Fix unwind failures when PC points beyond the end of a functionUlrich Weigand1-1/+1
2016-04-23ObjectFile: parse EABI AttributesSaleem Abdulrasool2-0/+104
2016-04-14Find .plt section in object files generated by recent ldUlrich Weigand1-5/+5
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+3
2016-04-04Implement `target modules dump objfile`Adrian McCarthy1-0/+16
2016-03-23Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer2-3/+24
2016-03-14Allow any build-id length between 4 and 20 bytes inclusiveEd Maste1-2/+3
2016-03-01Update the on-device arm specific code to match the API changesJason Molenda1-5/+5
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-0/+1
2016-02-25Add support for handling absolute symbols in ELFTamas Berghammer2-24/+45
2016-02-18Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer3-57/+66
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-2/+3
2016-02-10Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer3-66/+57
2016-02-10Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer3-57/+66
2016-02-05Add support to detect arm hard float ABI based binaries for ABISysV_armOmair Javaid1-0/+9
2016-02-02Revert "[NFC] Cleanup RangeMap.h"Todd Fiala1-175/+0
2016-02-02[NFC] Cleanup RangeMap.hTamas Berghammer1-0/+175
2016-01-28Remove autoconf support from source directories.Eugene Zelenko4-56/+0
2016-01-26Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2-6/+22
2016-01-21Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy1-0/+1
2016-01-21When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda1-3/+16
2016-01-20Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda1-1/+2
2016-01-19Fix for Bug 25338Ravitheja Addepally2-14/+63
2016-01-19Unconditionally accept symbol sizes from elfTamas Berghammer1-2/+10
2016-01-18Update for llvm change. NFC.Rafael Espindola2-5/+5
2016-01-18Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer1-4/+2
2016-01-18Unconditionally accept symbol sizes from elfTamas Berghammer1-2/+4
2016-01-12[LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archsMohit K. Bhakkad1-3/+3
2016-01-12Get rid of ARM_ELF_SYM_IS_THUMB flag.Stephane Sezer1-4/+0
2016-01-04Strip trailing whitespaceEd Maste1-48/+48
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2-0/+5
2015-12-15[LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur1-0/+5