summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-123-3/+9
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-172-10/+6
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-042-24/+76
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-15/+11
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-62/+58
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-152-2/+4
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-281-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-233-23/+24
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-033-3/+3
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-263-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-81/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-2/+5
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-4/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddressJason Molenda2019-01-251-9/+1
* Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwinJim Ingham2019-01-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-153-17/+14
* Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham2018-12-072-11/+34
* Remove header grouping comments.Jonas Devlieghere2018-11-113-12/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-5/+4
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-115-7/+17
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-202-4/+2
* Move SafeMachO from Utility to HostPavel Labath2018-09-123-3/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-3/+3
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-2/+2
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-201-26/+5
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-11/+6
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-3/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-211/+182
* Move StructuredData from Core to UtilityPavel Labath2017-06-273-3/+3
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+4
* Rename Error -> Status.Zachary Turner2017-05-125-15/+15
* Be a little more permissive in DynamicLoaderMacOS::CanLoadImageJim Ingham2017-05-061-8/+9
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-223-6/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-4/+4
* Move UUID from Core -> Utility.Zachary Turner2017-03-043-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-033-3/+3
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+12
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-212-0/+5
* Fix a problem with the new dyld interface code -- when a new processJason Molenda2017-01-191-0/+5
* Set the address size based on the target's arch insteadJason Molenda2016-12-081-3/+2
* Fix typo which broke debugging on older OSX systems after r285172.Dawn Perchik2016-11-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-5/+3
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-3/+4
OpenPOWER on IntegriCloud