hanchenye-llvm-project/lldb/tools
Greg Clayton fd23889e53 Remove the debugserver "--open-connection" option and obey the hostname that is passed into debugserver.
you can now specify:

debugserver host:port
debugserver port
debugserver /path/to/file

When "host" is specified, we will only accept connections from that host. If host is not specified, we default to "localhost".

llvm-svn: 183457
2013-06-06 22:44:19 +00:00
..
darwin-debug <rdar://problem/13665446> 2013-04-24 17:53:59 +00:00
darwin-threads Add an option to resume a suspended task. 2013-04-30 23:43:52 +00:00
debugserver Remove the debugserver "--open-connection" option and obey the hostname that is passed into debugserver. 2013-06-06 22:44:19 +00:00
driver Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
install-headers
lldb-perf <rdar://problem/13732521> 2013-05-02 22:40:22 +00:00
lldb-platform After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
CMakeLists.txt
Makefile