summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/debugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [NFC] Add blank line (test commit)J. Ryan Stinnett2019-05-231-0/+1
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-22/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Silence fallthrough warnings in debugserver.Adrian Prantl2019-02-071-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-3/+1
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-221-8/+14
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-3/+3
* Fix some type-based warningsTim Hammerquist2017-06-291-3/+3
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-4/+12
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-12/+4
* Update DebugServer to support IPv6 over TCPChris Bieneman2017-04-181-4/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1507/+1435
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+23
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-23/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+23
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-1/+46
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Add a missing break.Jim Ingham2016-02-101-1/+1
* If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton2016-02-091-0/+4
* 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
OpenPOWER on IntegriCloud