summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-311-4/+30
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-2/+9
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-7/+7
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-13/+15
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-46/+61
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-311-5/+20
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-201-0/+2
* [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctionsAlexander Shaposhnikov2016-12-051-2/+8
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [lldb] Improve identification of Linux core dumps. Fix for bug #30485.Richard Chamberlain2016-10-131-2/+1
* Fix about a dozen compile warningsIlia K2016-09-121-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3048/+2877
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-5/+15
* Fix a crash when an ELF section symbol have no nameTamas Berghammer2016-07-221-2/+4
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Add oat symbolization support for odex filesTamas Berghammer2016-07-061-4/+5
* Ignore oatdata and oatexec symbols more widelyTamas Berghammer2016-07-041-4/+4
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-0/+4
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-241-2/+34
* Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...Tamas Berghammer2016-05-201-34/+2
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-201-2/+34
* 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
OpenPOWER on IntegriCloud