summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-7/+7
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-6/+25
* When unloading a library, pass the old complete version of the library to Unl...Jim Ingham2011-08-091-1/+3
* Fixed a loop that I was testing changes with and forgotGreg Clayton2011-08-061-1/+1
* Fixed issues for iOS debugging where if a device hasGreg Clayton2011-08-051-23/+25
* Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, ...Jim Ingham2011-08-031-0/+30
* Fixed an issue where we weren't zeroing out the type fullyGreg Clayton2011-07-091-1/+1
* LLDB now has a Kernel dynamic linker that can detect where kexts areGreg Clayton2011-07-081-3/+24
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-202-200/+363
* Remove assert() calls that were firing off and crashing the LLDB framework.Greg Clayton2011-06-141-14/+33
* Don't resolve the path when we extract the path from the dyld info or weGreg Clayton2011-05-231-4/+3
* Calculate the dyld slide from all in memory info without having to use theGreg Clayton2011-05-232-46/+66
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-2/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-8/+8
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-302-74/+121
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-082-31/+0
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-162-3/+13
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-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
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-0/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-012-6/+6
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-3/+9
* Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton2010-12-122-28/+70
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-082-33/+1
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-182-14/+78
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-042-0/+22
* Fixed shared library unloads when the unloaded library doesn't come offGreg Clayton2010-11-033-114/+34
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-286-716/+6
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-142-11/+12
* Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham2010-09-141-7/+34
* Remove the Flags member in lldb_private::Module in favor of bitfield booleanGreg Clayton2010-09-071-0/+3
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-2/+1
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-212-31/+32
* More constructor warning fixes from William Lynch.Benjamin Kramer2010-07-201-3/+3
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-142-4/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-093-5/+19
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+1
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-3/+3
* Correctly handle the case where dyld has slid.Jason Molenda2010-06-101-9/+66
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-088-0/+2301
OpenPOWER on IntegriCloud