summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-4/+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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* 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-137/+121
* Test commit to verify access, fix typo.Howard Hellyer2016-06-231-1/+1
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-1/+6
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-2/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-14/+10
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-28/+28
* Add a new setting (currently fixed) for how toJason Molenda2013-12-241-0/+22
* Change ProcessMachCore to search for both a user-process dyld binaryJason Molenda2013-09-141-0/+1
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-1/+2
* A couple of small fixes to make core file debugging less noisy.Jason Molenda2013-05-111-1/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Make sure file rangle integers are large enough for very large core files.Greg Clayton2013-04-201-1/+1
* <rdar://problem/13338643>Greg Clayton2013-03-041-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-4/+1
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+11
* Fixed incorrect #include directives.Greg Clayton2012-02-101-10/+0
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-0/+147
OpenPOWER on IntegriCloud