summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/debugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-0/+1
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-5/+5
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-3/+3
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-1/+1
* Handle the possible case where the process launch failedJason Molenda2011-07-081-1/+7
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-1/+30
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-9/+77
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-0/+3
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-11/+69
* 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