summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/debugserver.cpp
AgeCommit message (Expand)Author
2013-12-05Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton
2013-12-04Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton
2013-11-22Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton
2013-11-09Fixed up registers in debugserver.Greg Clayton
2013-06-06Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton
2013-04-04<rdar://problem/13457391>Greg Clayton
2013-03-23Add two additional DNBLog's in places where we're about to killJason Molenda
2013-03-23Change debugserver to open the socket it listensJason Molenda
2013-02-25Add a log line when debugserver exits, and clean up some of the other standar...Jim Ingham
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-11-01Fix an error message in debugserver so it doesn't print "Unable toJason Molenda
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-02-22Change #ifdef markers around lockdown and SpringBoardJason Molenda
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton
2011-08-10Incremental fixes of issues found by Xcode static analyzer.Johnny Chen
2011-07-08Handle the possible case where the process launch failedJason Molenda
2011-05-23Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton
2011-03-20Split all of the core of LLDB.framework/lldb.so into aGreg Clayton
2011-02-26If the user sets a working directory path using "process launch -w <path>", h...Johnny Chen
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton
2011-01-25Trivial comment fix.Johnny Chen
2011-01-24Linebuffer the log file.Jim Ingham
2011-01-23Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton
2011-01-22Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton
2010-12-03Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice
2010-12-01Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton
2010-11-18Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton
2010-11-05If debugserver is running on the local machine, pass it aCaroline Tice
2010-09-09Got the ARM version of debugserver up to date. Greg Clayton
2010-08-31Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton
2010-07-30Fixed debugserver to not exit when we are able to spawn the process, yet notGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner