summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
Commit message (Expand)AuthorAgeFilesLines
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-281-1/+1
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-1/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-168/+134
* Move the code which knows how to get information about the sharedJason Molenda2016-07-291-0/+6
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+11
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-171-217/+21
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+14
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-31/+30
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+4
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-3/+3
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-1/+1
* <rdar://problem/14717184>Greg Clayton2013-08-131-0/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* <rdar://problem/13092722>Greg Clayton2013-02-011-5/+5
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+4
* <rdar://problem/11757916>Greg Clayton2012-08-291-57/+3
* On Mac OS X the Objective-C runtime (libobjc) has many criticalJason Molenda2011-12-141-0/+3
* Handle stepping through a trampoline where the jump target is calculated a ru...Jim Ingham2011-11-191-0/+5
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-8/+34
* Calculate the dyld slide from all in memory info without having to use theGreg Clayton2011-05-231-5/+17
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-5/+15
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+0
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-5/+5
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton2010-12-121-7/+11
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-12/+0
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-0/+37
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+2
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-3/+0
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-12/+13
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+360
OpenPOWER on IntegriCloud