summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/mach-core
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
* typedef enum -> enumFangrui Song2019-05-141-4/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-38/+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-194-16/+12
* 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-113-12/+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-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
OpenPOWER on IntegriCloud