summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+4
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-15/+14
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-7/+7
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-28/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+3
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* [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
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-2/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-116/+95
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* 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
* Set the address size based on the target's arch insteadJason Molenda2016-12-081-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1093/+1008
* Move the code which knows how to get information about the sharedJason Molenda2016-07-291-0/+73
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-3/+9
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-171-1052/+70
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-18/+160
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-4/+4
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-4/+4
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-21/+21
* The MacOSXi386 ABI should be used for watchos simulator debug sessions.Jason Molenda2015-11-101-0/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-3/+3
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Avoid dependency on uuid.h in MacOSXDYLDPavel Labath2015-07-131-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+183
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-6/+8
* Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the ol...Jim Ingham2015-05-211-3/+8
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fix DynamicLoaderMacOSXDYLD to deal with new shared cache changes.Greg Clayton2015-03-311-1/+1
* Initialize ObjC runtime at the right location.Stephane Sezer2015-03-231-18/+0
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Silence unused variable warnings in release buildsPavel Labath2015-02-191-0/+1
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-3/+0
* We had to squirrel away the dyld module before doing ResolveExecutableModule,...Jim Ingham2014-09-191-1/+7
OpenPOWER on IntegriCloud