summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve OSType initialization in elf object file's arch_specEd Maste2015-06-051-9/+27
* Fix THUMB function detection when function name is not prefixed.Aidan Dodds2015-05-281-11/+18
* Fix parsing of the plt section for android-armTamas Berghammer2015-05-081-6/+52
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-7/+12
* Remove usages of host architecture within ELF object file for unknown parts o...Oleksiy Vyalov2015-04-181-32/+0
* Fix mapping symbol handling on arm 32/64Tamas Berghammer2015-04-171-25/+31
* Fix thumb symbol value fixup in ObjectFileELFTamas Berghammer2015-04-161-1/+1
* Ignore mapping symbols on aarch64Tamas Berghammer2015-04-071-50/+77
* Parse .note.android.ident header from elf filesTamas Berghammer2015-03-181-1/+15
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+26
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-2/+1
* Use the unified section list when generating a symbol tablePavel Labath2015-03-041-1/+1
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-6/+38
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-6/+6
* Exit early from DumpELFProgramHeaders if parse failsEd Maste2015-02-231-15/+15
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+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
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-151-2/+53
* Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.Todd Fiala2014-09-151-0/+26
* Add support for kalimba architecture variants 3, 4 and 5.Matthew Gardiner2014-08-271-2/+36
* 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
* Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...Deepak Panickal2014-07-221-1/+1
* 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