summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core
Commit message (Expand)AuthorAgeFilesLines
* elf-core: correct "no sections" to "no segments."Ed Maste2015-02-231-1/+1
* Implement initial Altivec supportJustin Hibbits2015-02-055-6/+47
* Put FreeBSD note types in their own namespaceEd Maste2015-01-061-10/+14
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-12/+12
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-315-0/+185
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-273-6/+6
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-292-17/+15
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+1
* Avoid crashing on invalid or unreadable ELF coreEd Maste2014-06-171-1/+2
* Refactored RegisterInfoInterface into its own header.Todd Fiala2014-05-162-2/+2
* Change ProcessElfCore::CreateInstance() to check if the ELF magic bytesJason Molenda2014-05-071-1/+1
* elf-core: Add FreeBSD signalsEd Maste2014-04-172-0/+30
* elf-core: Strip trailing whitespaceEd Maste2014-04-175-35/+35
* mips64: clean up register context storageEd Maste2014-04-012-12/+14
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-124-7/+6
* Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton2014-03-071-2/+21
* Todd points out that my change to ProcessElfCore is probablyJason Molenda2014-03-071-7/+3
* Only enable ProcessElfCore if this is an ELF file. Right now this plugin is ...Jason Molenda2014-03-071-3/+7
* elf-core: support 32- and 64-bit x86 registersEd Maste2014-02-181-2/+10
* elf-core: Plug latent memory leakEd Maste2014-02-161-10/+10
* Simplify core file register context handlingEd Maste2014-02-151-37/+42
* Allow FreeBSD/i386 core files to be loadedEd Maste2014-02-141-0/+17
* Correct offset calculation for FreeBSD i386 core NT_PRSTATUSEd Maste2014-02-141-6/+9
* Fix elf core file VMA-contiguous region collapsing.Todd Fiala2014-02-121-3/+8
* elf: Move elf note parsing to ObjectFileELF.cppEd Maste2013-12-021-65/+0
* Use existing llvm::RoundUpToAlignment in ELF note parsingEd Maste2013-10-111-9/+2
* Simplify indirect rld_map for mips (rework r192408).Ed Maste2013-10-111-15/+2
* Support mips shared object debug infoEd Maste2013-10-111-3/+16
* POSIX RegisterContext for mips64Ed Maste2013-10-101-0/+58
* POSIX RegisterContext for mips64Ed Maste2013-10-104-1/+113
* Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...Michael Sartain2013-10-102-4/+4
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-092-4/+4
* si_errno and friends are macros on NetBSD, so #undef them first.Joerg Sonnenberger2013-09-251-0/+4
* Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.Michael Sartain2013-09-142-15/+3
* Cleanup POSIX RegisterContext class hierarchies.Michael Sartain2013-09-138-243/+168
* Moving "using namespace" statements out of header files.Ashok Thirumurthi2013-08-304-12/+12
* Correct typo in commentsEd Maste2013-07-251-2/+2
* elf-core: Document offset constants in FreeBSD prstatus parserEd Maste2013-07-241-6/+20
* elf-core: Remove now-unused compile-time FreeBSD supportEd Maste2013-07-233-44/+22
* elf-core: Add helper function for parsing FreeBSD NT_PRSTATUSEd Maste2013-07-231-5/+15
* elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste2013-07-234-44/+60
* elf-core: Parse vendor-specific notesEd Maste2013-07-231-28/+88
* elf-core: Run-time reg context selectionEd Maste2013-07-221-5/+16
* elf-core: Remove SetTriple workaroundEd Maste2013-07-221-15/+0
* elf-core: handle core with a single NT_PRPSINFO (not one per thread)Ed Maste2013-07-191-13/+14
* elf-core: Support FreeBSD at compile-timeEd Maste2013-07-173-0/+31
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-1710-0/+1295
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-1210-1301/+0
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-1210-0/+1301
OpenPOWER on IntegriCloud