summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore the static analyzer, instead; and add comment why.Johnny Chen2011-08-101-2/+2
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-1/+2
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-14/+55
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-4/+24
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-12/+20
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-10/+4
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-16/+19
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-15/+39
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-2/+1
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-5/+21
* If debugserver is running on the local machine, pass it aCaroline Tice2010-11-051-6/+10
* Fix problem where "process detach" was not working properly. TheCaroline Tice2010-11-021-8/+25
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-32/+43
* Another patch from Jean-Daniel. Thanks.Johnny Chen2010-09-281-1/+1
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-1/+11
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-11/+14
* Fixed debugserver to not exit when we are able to spawn the process, yet notGreg Clayton2010-07-301-45/+34
* More leaks detection:Greg Clayton2010-07-021-0/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+2008
OpenPOWER on IntegriCloud