summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/debugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* If the user sets a working directory path using "process launch -w <path>", h...Johnny Chen2011-02-261-1/+3
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-37/+38
* Trivial comment fix.Johnny Chen2011-01-251-2/+2
* Linebuffer the log file.Jim Ingham2011-01-241-1/+5
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-14/+14
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-56/+91
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-3/+10
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-0/+6
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-8/+27
* If debugserver is running on the local machine, pass it aCaroline Tice2010-11-051-1/+1
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-1/+1
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-0/+6
* Fixed debugserver to not exit when we are able to spawn the process, yet notGreg Clayton2010-07-301-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1219
OpenPOWER on IntegriCloud