summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABISagar Thakur2016-05-111-8/+21
* rL267291: Architecture change to thumb on parsing arm.attributes causes regre...Omair Javaid2016-04-261-13/+0
* Fix ARM attribute parsing for Android after rL267291Tamas Berghammer2016-04-251-6/+3
* Handle invalid values of PLT entry size generated by linkerOmair Javaid2016-04-251-1/+4
* Fix unwind failures when PC points beyond the end of a functionUlrich Weigand2016-04-241-1/+1
* ObjectFile: parse EABI AttributesSaleem Abdulrasool2016-04-231-0/+100
* Find .plt section in object files generated by recent ldUlrich Weigand2016-04-141-5/+5
* Implement `target modules dump objfile`Adrian McCarthy2016-04-041-0/+16
* Allow any build-id length between 4 and 20 bytes inclusiveEd Maste2016-03-141-2/+3
* Add support for handling absolute symbols in ELFTamas Berghammer2016-02-251-24/+44
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-46/+61
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-61/+46
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-46/+61
* Add support to detect arm hard float ABI based binaries for ABISysV_armOmair Javaid2016-02-051-0/+9
* Fix for Bug 25338Ravitheja Addepally2016-01-191-12/+52
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-191-2/+10
* Update for llvm change. NFC.Rafael Espindola2016-01-181-4/+4
* Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer2016-01-181-4/+2
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-181-2/+4
* [LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archsMohit K. Bhakkad2016-01-121-3/+3
* Get rid of ARM_ELF_SYM_IS_THUMB flag.Stephane Sezer2016-01-121-4/+0
* Strip trailing whitespaceEd Maste2016-01-041-48/+48
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+4
* [LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur2015-12-151-0/+5
* Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton2015-10-281-22/+100
* Some minor improvements on the symtab parsing codeTamas Berghammer2015-10-271-7/+16
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-0/+6
* Romove accidentially added statement in r249020Sagar Thakur2015-10-011-2/+0
* [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit targetSagar Thakur2015-10-011-0/+2
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+4
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-0/+35
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+2
* [LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_RELBhushan D. Attarde2015-09-151-4/+23
* Fix a small typo in ObjectFileELF.cpp.Stephane Sezer2015-09-111-1/+1
* Improve the arm/aarch64 mapping symbol handlingTamas Berghammer2015-09-111-36/+51
* [LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS6...Mohit K. Bhakkad2015-09-091-10/+20
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-14/+26
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-15/+21
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-241-26/+38
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-12/+29
* Fix typos.Bruce Mitchener2015-07-221-5/+5
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-0/+35
* Skip oatdata and oatexec symbols in system@framework@boot.oatTamas Berghammer2015-07-131-2/+14
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+3
* Use string::find(char) for single character strings.Bruce Mitchener2015-07-041-1/+1
* Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer2015-06-301-4/+32
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Fix location of symbol size calculation in ObjectFileELFTamas Berghammer2015-06-241-1/+1
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-3/+4
OpenPOWER on IntegriCloud