summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-9/+5
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-0/+44
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-42/+40
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-14/+15
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-22/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-2/+5
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* 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-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-11/+9
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [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-111-5/+13
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-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-131-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-66/+56
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-211-0/+4
* 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-021-2/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-3/+4
* Enable the use of the new dyld SPI on the currentJason Molenda2016-10-261-5/+0
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1052/+959
* Remove some tab characters that snuck in to my mnost recent edits.Jason Molenda2016-07-221-1/+1
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-56/+180
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-171-0/+1143
OpenPOWER on IntegriCloud