summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Commit message (Expand)AuthorAgeFilesLines
...
* 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-066-3083/+2733
* Move the code which knows how to get information about the sharedJason Molenda2016-07-294-0/+131
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-1/+0
* Remove some tab characters that snuck in to my mnost recent edits.Jason Molenda2016-07-222-14/+14
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+7
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-217-68/+882
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-175-1269/+1528
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-012-18/+174
* 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-182-23/+23
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* 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
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-31/+30
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* 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
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Avoid dependency on uuid.h in MacOSXDYLDPavel Labath2015-07-131-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-102-0/+187
* 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-081-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-022-5/+3
* 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
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
OpenPOWER on IntegriCloud