summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-21/+1
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-4/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-6/+0
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-1/+0
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+2
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-7/+1
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-5/+0
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-1/+7
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-0/+3
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-1/+1
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-4/+0
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-2/+6
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-0/+9
* Added an interface for noticing new thread creation. At this point, I only t...Jim Ingham2011-01-221-0/+13
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-8/+0
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-1/+1
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-6/+2
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-1/+1
* Make processes use InputReaders for their input. Move the processCaroline Tice2010-11-161-6/+4
* Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawningGreg Clayton2010-11-081-5/+6
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-0/+2
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-12/+5
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-4/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+404
OpenPOWER on IntegriCloud