aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Fix about a dozen compile warningsIlia K1-3/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-3048/+2877
2016-08-09Delete Host/windows/win32.hZachary Turner1-1/+1
2016-07-29Add/fix support for i386 elf core filesDimitar Vlahovski1-5/+15
2016-07-22Fix a crash when an ELF section symbol have no nameTamas Berghammer1-2/+4
2016-07-19Typo corrections identified by codespellEd Maste1-1/+1
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-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton1-0/+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-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+2
2016-05-11[LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABISagar Thakur1-8/+21
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 Abdulrasool1-0/+100
2016-04-14Find .plt section in object files generated by recent ldUlrich Weigand1-5/+5
2016-04-04Implement `target modules dump objfile`Adrian McCarthy1-0/+16
2016-03-14Allow any build-id length between 4 and 20 bytes inclusiveEd Maste1-2/+3
2016-02-25Add support for handling absolute symbols in ELFTamas Berghammer1-24/+44
2016-02-18Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-46/+61
2016-02-10Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer1-61/+46
2016-02-10Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-46/+61
2016-02-05Add support to detect arm hard float ABI based binaries for ABISysV_armOmair Javaid1-0/+9
2016-01-19Fix for Bug 25338Ravitheja Addepally1-12/+52
2016-01-19Unconditionally accept symbol sizes from elfTamas Berghammer1-2/+10
2016-01-18Update for llvm change. NFC.Rafael Espindola1-4/+4
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 Chandra1-0/+4
2015-12-15[LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur1-0/+5
2015-10-28Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton1-22/+100
2015-10-27Some minor improvements on the symtab parsing codeTamas Berghammer1-7/+16
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala1-0/+6
2015-10-01Romove accidentially added statement in r249020Sagar Thakur1-2/+0
2015-10-01[LLDB][MIPS] Fix gp register value for o32 applications on 64-bit targetSagar Thakur1-0/+2
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer1-0/+4
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil1-0/+35
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+2
2015-09-15[LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_RELBhushan D. Attarde1-4/+23
2015-09-11Fix a small typo in ObjectFileELF.cpp.Stephane Sezer1-1/+1
2015-09-11Improve the arm/aarch64 mapping symbol handlingTamas Berghammer1-36/+51
2015-09-09[LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS6...Mohit K. Bhakkad1-10/+20
2015-09-09Add basic fission support to SymbolFileDWARFTamas Berghammer1-14/+26