| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added a missing API call in SBTarget that enables one to get | Greg Clayton | 2011-03-02 | 1 | -10/+15 |
| * | Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. | Greg Clayton | 2011-02-24 | 1 | -338/+231 |
| * | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -26/+29 |
| * | The DynamicLoader plug-in instance now lives up in lldb_private::Process where | Greg Clayton | 2011-02-16 | 1 | -24/+1 |
| * | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 2011-02-15 | 1 | -24/+10 |
| * | All UnwindPlan objects are now passed around as shared pointers. | Greg Clayton | 2011-02-15 | 1 | -2/+28 |
| * | Added the ability to detect which vCont packets (using the "vCont?") packet | Greg Clayton | 2011-02-12 | 1 | -31/+228 |
| * | Fix comment text. | Greg Clayton | 2011-02-09 | 1 | -1/+1 |
| * | <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase... | Greg Clayton | 2011-02-09 | 1 | -31/+33 |
| * | Add _pthread_wqthread to the list of thread stop points, and change the loggi... | Jim Ingham | 2011-02-08 | 1 | -3/+4 |
| * | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 2011-02-08 | 1 | -1/+1 |
| * | Patch that allows for thread_t to be something more complex than an | Greg Clayton | 2011-02-08 | 1 | -3/+3 |
| * | Added a quicker lookup in the SectionLoadList when looking things up by | Greg Clayton | 2011-02-05 | 1 | -33/+10 |
| * | Added support for attaching to a remote debug server with the new command: | Greg Clayton | 2011-02-04 | 1 | -20/+87 |
| * | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -2/+2 |
| * | Finished up the async attach support. This allows us to request to attach | Greg Clayton | 2011-01-29 | 1 | -133/+53 |
| * | Fix a little thinko in sending down the thread name to SetName. | Jim Ingham | 2011-01-28 | 1 | -1/+1 |
| * | If the user specfies one of stdin, stdout or stderr, don't | Caroline Tice | 2011-01-28 | 1 | -4/+17 |
| * | Enabled extra warnings and fixed a bunch of small issues. | Greg Clayton | 2011-01-25 | 1 | -5/+5 |
| * | Reverting recent thread resume changes as it was causing testing issues. | Greg Clayton | 2011-01-25 | 1 | -4/+5 |
| * | When we are stepping a thread, force it to resume ALL the way to 0. And of c... | Jim Ingham | 2011-01-25 | 1 | -2/+2 |
| * | One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we | Greg Clayton | 2011-01-25 | 1 | -1/+11 |
| * | Fixed ProcessGDBRemote to kill the process correctly when it is either running | Greg Clayton | 2011-01-25 | 1 | -63/+21 |
| * | Remember to turn off the debugserver.txt hard-coded emission. | Jim Ingham | 2011-01-24 | 1 | -2/+2 |
| * | 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 |