summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-User
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated MacOSX native plug-in.Greg Clayton2011-08-0134-11220/+0
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-196-3819/+131
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-172-2/+3
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-032-35/+0
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-096-777/+81
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-246-12/+12
* Added more platform support. There are now some new commands:Greg Clayton2011-03-192-53/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-082-50/+7
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-233-21/+30
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-162-29/+3
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-153-39/+5
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-3/+6
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-042-7/+7
* Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton2011-02-041-27/+27
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-015-41/+45
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-252-5/+2
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-232-3/+5
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-6/+6
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-097-8/+8
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-087-12/+12
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-0615-34/+37
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-2/+0
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-20/+24
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-182-5/+2
* The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham2010-11-181-0/+1
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-172-4/+6
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-0611-130/+146
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-296-3/+60
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-279-16/+16
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* Fixed the dispatch queue name retrieval for threads by looking in an extraGreg Clayton2010-10-121-5/+12
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-4/+0
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-4/+4
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-104-137/+149
* Cleaned up step logging a bit.Greg Clayton2010-09-031-1/+1
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-312-6/+19
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-242-2/+2
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-212-1/+12
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-122-49/+24
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-092-0/+9
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-044-80/+18
* Centralized the Mach exception stop info code by adding it as a firstGreg Clayton2010-07-232-38/+5
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-232-6/+6
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-094-7/+35
* typedef fixups, patch from Jean-Daniel Dupas.Greg Clayton2010-07-074-4/+4
OpenPOWER on IntegriCloud