summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-1/+1
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-2/+0
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Sometimes the trampoline refers directly to the indirect symbol. Handle that...Jim Ingham2014-01-111-0/+23
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-77/+88
* Fixed an issue when attaching to a process without specifying a file where we...Greg Clayton2014-01-071-1/+11
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-10/+4
OpenPOWER on IntegriCloud