summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
AgeCommit message (Expand)Author
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-29Add/fix support for i386 elf core filesDimitar Vlahovski
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton
2016-04-05Fix a bug in linux core file handlingPavel Labath
2016-03-16Fix thread/process ID reading from linux core filesPavel Labath
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-01-18Update for llvm change. NFC.Rafael Espindola
2015-10-28Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton
2015-09-01Have the Process hold a weak_ptr to the Target.Zachary Turner
2015-09-01Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin
2015-07-31Report original thread ID for FreeBSD core filesEd Maste
2015-07-14Refactor Unix signals.Chaoren Lin
2015-04-03Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer
2015-04-03[Plugin/Process] Use std::call_once() to initialize.Davide Italiano
2015-03-26Handle FreeBSD/arm64 core filesEd Maste
2015-02-23elf-core: correct "no sections" to "no segments."Ed Maste
2015-02-05Implement initial Altivec supportJustin Hibbits
2015-01-06Put FreeBSD note types in their own namespaceEd Maste
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala
2014-06-17Avoid crashing on invalid or unreadable ELF coreEd Maste
2014-05-07Change ProcessElfCore::CreateInstance() to check if the ELF magic bytesJason Molenda
2014-04-17elf-core: Add FreeBSD signalsEd Maste
2014-04-17elf-core: Strip trailing whitespaceEd Maste
2014-03-12Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello
2014-03-07Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton
2014-03-07Todd points out that my change to ProcessElfCore is probablyJason Molenda
2014-03-07Only enable ProcessElfCore if this is an ELF file. Right now this plugin is ...Jason Molenda
2014-02-16elf-core: Plug latent memory leakEd Maste
2014-02-14Correct offset calculation for FreeBSD i386 core NT_PRSTATUSEd Maste
2014-02-12Fix elf core file VMA-contiguous region collapsing.Todd Fiala
2013-12-02elf: Move elf note parsing to ObjectFileELF.cppEd Maste
2013-10-11Use existing llvm::RoundUpToAlignment in ELF note parsingEd Maste
2013-10-11Simplify indirect rld_map for mips (rework r192408).Ed Maste
2013-10-11Support mips shared object debug infoEd Maste
2013-10-10POSIX RegisterContext for mips64Ed Maste
2013-07-25Correct typo in commentsEd Maste
2013-07-24elf-core: Document offset constants in FreeBSD prstatus parserEd Maste
2013-07-23elf-core: Remove now-unused compile-time FreeBSD supportEd Maste
2013-07-23elf-core: Add helper function for parsing FreeBSD NT_PRSTATUSEd Maste
2013-07-23elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste
2013-07-23elf-core: Parse vendor-specific notesEd Maste
2013-07-22elf-core: Remove SetTriple workaroundEd Maste
2013-07-19elf-core: handle core with a single NT_PRPSINFO (not one per thread)Ed Maste
2013-07-17elf-core: Support FreeBSD at compile-timeEd Maste
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi