summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/debugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra2015-11-031-39/+38
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-2/+21
* When debugserver is running on an iOS device, callJason Molenda2015-07-071-0/+3
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-6/+6
* Fix a thinko in the case where we return a launch error with no errorJim Ingham2015-03-041-1/+1
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-0/+17
* Add an option for debugserver to propagate its environment to programs it lau...Greg Clayton2014-06-181-0/+18
* lldb arm64 import.Jason Molenda2014-03-291-6/+36
* Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala2014-03-131-3/+3
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-2/+2
* Switch debugserver to detach on error by default, and change the flag to kill...Jim Ingham2014-02-251-5/+10
* Allow debugserver to detach from the target if the connection is Jim Ingham2014-02-251-2/+25
* Add the "--unix-socket" opton back as it was being used.Greg Clayton2013-12-101-8/+90
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-061-1/+1
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-24/+42
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-61/+20
* Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton2013-11-221-0/+8
* Fixed up registers in debugserver.Greg Clayton2013-11-091-1/+1
* Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton2013-06-061-20/+26
* <rdar://problem/13457391>Greg Clayton2013-04-041-3/+3
* Add two additional DNBLog's in places where we're about to killJason Molenda2013-03-231-0/+1
* Change debugserver to open the socket it listensJason Molenda2013-03-231-7/+12
* Add a log line when debugserver exits, and clean up some of the other standar...Jim Ingham2013-02-251-8/+14
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+7
* Fix an error message in debugserver so it doesn't print "Unable toJason Molenda2012-11-011-1/+3
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-3/+3
* 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