summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-39/+39
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-171-0/+55
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-31/+32
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-3/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-3/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Normalize some lldb #include statements.James Y Knight2018-05-221-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-77/+55
* Fix mac build broken in r316987Pavel Labath2017-10-311-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-12/+12
* 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-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* 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-061-544/+482
* 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
* 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-091-9/+47
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-4/+4
* 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
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-7/+7
* 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-021-1/+2
* Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton2014-03-071-1/+18
OpenPOWER on IntegriCloud