summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/mach-core
Commit message (Expand)AuthorAgeFilesLines
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-122-3/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-072-2/+2
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-4/+4
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Normalize some lldb #include statements.James Y Knight2018-05-222-3/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-79/+57
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* Fix mac build broken in r316987Pavel Labath2017-10-311-1/+1
* Rename Error -> Status.Zachary Turner2017-05-122-18/+18
* Use two LC_NOTE load commands for identifying the main binary thatJason Molenda2017-04-121-5/+20
* Some old mach-o core files have an LC_IDENT load command Jason Molenda2017-04-061-3/+38
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-1/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-022-3/+3
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+14
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-816/+694
* Small refinement on the memory segment support in core files thatJason Molenda2016-07-281-0/+17
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-1/+9
* Test commit to verify access, fix typo.Howard Hellyer2016-06-231-1/+1
* Fixed an issue in the ProcessMachCore where segments are not always contiguou...Greg Clayton2016-06-091-13/+42
* Some core files on MacOSX don't have permissions setup correctly on the LC_SE...Greg Clayton2016-06-091-1/+8
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-092-10/+53
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-072-6/+6
* Additional fix to my change in r259983 to handle theJason Molenda2016-02-131-5/+11
* ProcessMachCore scans through the core file pages looking for aJason Molenda2016-02-061-0/+32
* Add a little logging to ProcessMachCore so it is easier to tell when a user p...Jason Molenda2016-02-041-3/+16
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-192-29/+28
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-012-35/+35
* Don't force a vendor check in ProcessMachCore::CanDebug() -- if thisJason Molenda2015-04-291-7/+3
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+1
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-7/+5
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Search through all memory regions of the core file forJason Molenda2015-02-121-3/+7
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-1/+1
* Don't have ProcessMachCore::CanDebug use the Target's arch whenJason Molenda2014-08-261-1/+5
* Don't crash when specifying a core file that isn't readable.Greg Clayton2014-08-151-1/+1
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-022-2/+3
* Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton2014-03-071-1/+18
* Fix a mistake in the last change I made to ProcessMachCore.cpp.Jason Molenda2014-01-031-2/+2
* Add a new setting (currently fixed) for how toJason Molenda2013-12-242-21/+59
* When ProcessMachCore::DoLoadCore() finds *BOTH* a user process dyld and a mac...Jason Molenda2013-12-181-7/+19
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-042-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-022-2/+2
OpenPOWER on IntegriCloud