| Commit message (Expand) | Author | Age | Files | Lines |
| * | [debugserver] Add --version/-V command line option to debugserver. | Jonas Devlieghere | 2019-09-27 | 1 | -0/+11 |
| * | Fix integer literals which are cast to bool | Jonas Devlieghere | 2019-05-24 | 1 | -1/+1 |
| * | [NFC] Add blank line (test commit) | J. Ryan Stinnett | 2019-05-23 | 1 | -0/+1 |
| * | typedef enum -> enum | Fangrui Song | 2019-05-14 | 1 | -2/+2 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -22/+0 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -1/+3 |
| * | Silence fallthrough warnings in debugserver. | Adrian Prantl | 2019-02-07 | 1 | -1/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove comments after header includes. | Jonas Devlieghere | 2018-11-11 | 1 | -3/+1 |
| * | debugserver: Propagate environment in launch-mode (pr35671) | Pavel Labath | 2017-12-22 | 1 | -8/+14 |
| * | Change uses of strncpy in debugserver to strlcpy | Jason Molenda | 2017-12-09 | 1 | -3/+3 |
| * | Fix some type-based warnings | Tim Hammerquist | 2017-06-29 | 1 | -3/+3 |
| * | Re-landing IPv6 support for LLDB Host | Chris Bieneman | 2017-04-26 | 1 | -4/+12 |
| * | Revert yesterdays IPv6 patches | Pavel Labath | 2017-04-19 | 1 | -12/+4 |
| * | Update DebugServer to support IPv6 over TCP | Chris Bieneman | 2017-04-18 | 1 | -4/+12 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1507/+1435 |
| * | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 1 | -1/+23 |
| * | Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" | Todd Fiala | 2016-08-19 | 1 | -23/+1 |
| * | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 1 | -1/+23 |
| * | Switch over to using socketpair for local debugserver connections as they are... | Greg Clayton | 2016-08-12 | 1 | -1/+46 |
| * | debugserver should fflush its log stream in FileLogCallback, now it does. | Greg Clayton | 2016-05-02 | 1 | -2/+3 |
| * | Add a missing break. | Jim Ingham | 2016-02-10 | 1 | -1/+1 |
| * | If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug... | Greg Clayton | 2016-02-09 | 1 | -0/+4 |
| * | Squelch a silly warning regarding an extra 'default' in 'case' | Ramkumar Ramachandra | 2015-11-03 | 1 | -39/+38 |
| * | Upstreaming the apple internal changes that accumulated during the | Jason Molenda | 2015-10-23 | 1 | -2/+21 |
| * | When debugserver is running on an iOS device, call | Jason Molenda | 2015-07-07 | 1 | -0/+3 |
| * | Fix debugserver warnings on MacOSX. | Greg Clayton | 2015-03-09 | 1 | -6/+6 |
| * | Fix a thinko in the case where we return a launch error with no error | Jim Ingham | 2015-03-04 | 1 | -1/+1 |
| * | Increase the gdb-remote packet timeout for the first packet we send | Jason Molenda | 2014-07-24 | 1 | -0/+17 |
| * | Add an option for debugserver to propagate its environment to programs it lau... | Greg Clayton | 2014-06-18 | 1 | -0/+18 |
| * | lldb arm64 import. | Jason Molenda | 2014-03-29 | 1 | -6/+36 |
| * | Since lldb version doesn’t have to be a valid floating point literal, like ... | Todd Fiala | 2014-03-13 | 1 | -3/+3 |
| * | Remove an assertion that was being hit due to slow DNS name lookups on MacOSX... | Greg Clayton | 2014-02-27 | 1 | -2/+2 |
| * | Switch debugserver to detach on error by default, and change the flag to kill... | Jim Ingham | 2014-02-25 | 1 | -5/+10 |
| * | Allow debugserver to detach from the target if the connection is | Jim Ingham | 2014-02-25 | 1 | -2/+25 |
| * | Add the "--unix-socket" opton back as it was being used. | Greg Clayton | 2013-12-10 | 1 | -8/+90 |
| * | Replace all in_port_t with uint16_t to avoid compilation issues on different ... | Greg Clayton | 2013-12-06 | 1 | -1/+1 |
| * | Modified local spawning in debugserver processes to use a new --reverse-conne... | Greg Clayton | 2013-12-05 | 1 | -24/+42 |
| * | Switch local launching of debugserver over to always use a FIFO in order to h... | Greg Clayton | 2013-12-04 | 1 | -61/+20 |
| * | Make sure the getopt variables are correctly initialized for any option parsing. | Greg Clayton | 2013-11-22 | 1 | -0/+8 |
| * | Fixed up registers in debugserver. | Greg Clayton | 2013-11-09 | 1 | -1/+1 |
| * | Remove the debugserver "--open-connection" option and obey the hostname that ... | Greg Clayton | 2013-06-06 | 1 | -20/+26 |
| * | <rdar://problem/13457391> | Greg Clayton | 2013-04-04 | 1 | -3/+3 |
| * | Add two additional DNBLog's in places where we're about to kill | Jason Molenda | 2013-03-23 | 1 | -0/+1 |
| * | Change debugserver to open the socket it listens | Jason Molenda | 2013-03-23 | 1 | -7/+12 |
| * | Add a log line when debugserver exits, and clean up some of the other standar... | Jim Ingham | 2013-02-25 | 1 | -8/+14 |
| * | <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior | Han Ming Ong | 2012-11-17 | 1 | -1/+7 |
| * | Fix an error message in debugserver so it doesn't print "Unable to | Jason Molenda | 2012-11-01 | 1 | -1/+3 |
| * | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S... | Greg Clayton | 2012-09-18 | 1 | -3/+3 |
| * | Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce... | Jim Ingham | 2012-07-20 | 1 | -3/+3 |