summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
Commit message (Expand)AuthorAgeFilesLines
* Add support to read aux vector valuesAntonio Afonso2019-06-111-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-18/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath2019-01-041-1/+1
* ELF: Simplify program header iterationPavel Labath2018-12-121-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-281-1/+1
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-231-4/+10
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-191-0/+10
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-181-2/+0
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-131-0/+2
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-118/+111
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-3/+3
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-0/+7
* Fix a bug in linux core file handlingPavel Labath2016-04-051-0/+3
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-2/+2
* Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton2015-10-281-0/+11
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-4/+5
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-5/+5
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Remove redundant virtual for member functions marked 'override'.David Blaikie2015-04-081-26/+13
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-12/+12
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-13/+0
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+1
* elf-core: Add FreeBSD signalsEd Maste2014-04-171-0/+15
* elf-core: Strip trailing whitespaceEd Maste2014-04-171-22/+22
* elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste2013-07-231-9/+2
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-0/+178
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-180/+0
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-0/+180
OpenPOWER on IntegriCloud