| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | More useful STEP logging. | Jim Ingham | 2011-01-24 | 1 | -2/+2 | 
| *  | Improved process logging for both lldb_private::Process and ProcessGDBRemote. | Greg Clayton | 2011-01-23 | 1 | -10/+43 | 
| *  | Added a new variant of SBTarget::Launch() that deprectates the old one that | Greg Clayton | 2011-01-23 | 1 | -11/+80 | 
| *  | Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly | Greg Clayton | 2011-01-22 | 1 | -25/+99 | 
| *  | Sped up the shutdown time on MacOSX by quite a bit by making sure any | Greg Clayton | 2011-01-22 | 1 | -33/+14 | 
| *  | Added an interface for noticing new thread creation.  At this point, I only t... | Jim Ingham | 2011-01-22 | 1 | -1/+90 | 
| *  | Thread safety changes in debugserver and also in the process GDB remote plugin. | Greg Clayton | 2011-01-18 | 1 | -1/+8 | 
| *  | A few of the issue I have been trying to track down and fix have been due to | Greg Clayton | 2011-01-17 | 1 | -6/+0 | 
| *  | Put more smarts into the RegisterContext base class. Now the base class has | Greg Clayton | 2011-01-09 | 1 | -4/+22 | 
| *  | Modified the stop reply packet to be able to send the thread name using the | Greg Clayton | 2011-01-08 | 1 | -0/+9 | 
| *  | Removed libunwind sources as we aren't using them anymore. | Greg Clayton | 2010-12-17 | 1 | -43/+0 | 
| *  | Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it w... | Greg Clayton | 2010-12-13 | 1 | -0/+2 | 
| *  | Added the ability to dump sections to a certain depth (for when sections | Greg Clayton | 2010-12-08 | 1 | -1/+1 | 
| *  | Add '-no-stdio' option to 'process launch' command, which  causes the | Caroline Tice | 2010-12-03 | 1 | -7/+13 | 
| *  | Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return | Greg Clayton | 2010-12-03 | 1 | -5/+15 | 
| *  | Fixed DoResume to watch for the correct return value from WaitForIsRunning to... | Greg Clayton | 2010-12-03 | 1 | -3/+1 | 
| *  | Fixed Process::Halt() as it was broken for "process halt" after recent changes | Greg Clayton | 2010-11-18 | 1 | -59/+15 | 
| *  | Added an "Interrupted" bit to the ProcessEventData.  Halt now generates an event | Jim Ingham | 2010-11-17 | 1 | -3/+39 | 
| *  | Make processes use InputReaders for their input.  Move the process | Caroline Tice | 2010-11-16 | 1 | -30/+17 | 
| *  | Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning | Greg Clayton | 2010-11-08 | 1 | -42/+28 | 
| *  | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -17/+17 | 
| *  | If debugserver is running on the local machine, pass it a | Caroline Tice | 2010-11-05 | 1 | -15/+16 | 
| *  | Add the ability to disable individual log categories, rather | Caroline Tice | 2010-10-29 | 1 | -0/+7 | 
| *  | Updated the lldb_private::Flags class to have better method names and made | Greg Clayton | 2010-10-27 | 1 | -1/+1 | 
| *  | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -3/+3 | 
| *  | Still trying to get detach to work with debugserver. Got a bit closer, | Greg Clayton | 2010-10-18 | 1 | -28/+39 | 
| *  | Fixed debugserver to properly attach to a process by name with the  | Greg Clayton | 2010-10-18 | 1 | -32/+7 | 
| *  | Added a new Host call to find LLDB related paths: | Greg Clayton | 2010-10-17 | 1 | -34/+39 | 
| *  | Fixed the dispatch queue name retrieval for threads by looking in an extra | Greg Clayton | 2010-10-12 | 1 | -4/+11 | 
| *  | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -3/+0 | 
| *  | Cleaned up a unused member variable in Debugger. | Greg Clayton | 2010-09-30 | 1 | -3/+16 | 
| *  | Hooked up detach for ProcessGDBRemote. | Greg Clayton | 2010-09-27 | 1 | -55/+48 | 
| *  | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -1/+1 | 
| *  | The first part of an lldb native stack unwinder. | Jason Molenda | 2010-09-10 | 1 | -2/+2 | 
| *  | Got the ARM version of debugserver up to date.  | Greg Clayton | 2010-09-09 | 1 | -1/+1 | 
| *  | Fixed an lldb infrastructure bug, where the debugger should reaaly update its | Johnny Chen | 2010-09-03 | 1 | -0/+1 | 
| *  | Fixed a case where we might be able to acquire a mutex with a try lock and | Greg Clayton | 2010-09-03 | 1 | -2/+4 | 
| *  | Pacify operator precedence warnings. No functionality change because eLaunchF... | Benjamin Kramer | 2010-09-03 | 1 | -2/+2 | 
| *  | Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. | Greg Clayton | 2010-09-03 | 1 | -0/+1 | 
| *  | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -12/+23 | 
| *  | Modified the host process monitor callback function Host::StartMonitoringChil... | Greg Clayton | 2010-08-21 | 1 | -39/+41 | 
| *  | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 1 | -23/+59 | 
| *  | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -7/+12 | 
| *  | Added support for objective C built-in types: id, Class, and SEL. This  | Greg Clayton | 2010-08-03 | 1 | -0/+14 | 
| *  | Centralized the Mach exception stop info code by adding it as a first | Greg Clayton | 2010-07-23 | 1 | -234/+6 | 
| *  | Added Mach exception stop descriptions. The chunk of code I just added needs ... | Greg Clayton | 2010-07-23 | 1 | -37/+215 | 
| *  | Change over to using the definitions for mach-o types and defines to the | Greg Clayton | 2010-07-21 | 1 | -6/+0 | 
| *  | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -2/+2 | 
| *  | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -10/+10 | 
| *  | Applied pid.patch from Jean-Daniel Dupas. | Greg Clayton | 2010-07-06 | 1 | -1/+1 |