llvm-project/lldb/tools
Greg Clayton ce1843bcd6 Add an option for debugserver to propagate its environment to programs it launches using the --forward-env or -F:
% ./debugserver --forward-env localhost:1234 -- /bin/ls
% ./debugserver -F localhost:1234 -- /bin/ls

Also allow new environment variables to be set using the "--env" or "-e":

% ./debugserver --env FOO=1 --env BAR=2 localhost:1234 -- /bin/ls
% ./debugserver -e FOO=1 -e BAR=2 localhost:1234 -- /bin/ls

<rdar://problem/17350654> 

llvm-svn: 211200
2014-06-18 18:26:50 +00:00
..
darwin-debug Make sure the getopt variables are correctly initialized for any option parsing. 2013-11-22 18:55:04 +00:00
darwin-threads Move the code which translates a dispatch_qaddr into a 2013-10-18 05:55:24 +00:00
debugserver Add an option for debugserver to propagate its environment to programs it launches using the --forward-env or -F: 2014-06-18 18:26:50 +00:00
driver Remove unused defines from lldb driver. 2014-06-05 14:46:04 +00:00
install-headers Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
lldb-gdbserver Fixed up lldb-gdbserver to match slightly different debugserver listener host:port message. 2014-04-28 06:04:46 +00:00
lldb-mi Add stdlib.h for malloc and friends 2014-05-26 14:07:26 +00:00
lldb-perf Fixed the lldb_perf_clang.cpp test case to be able to run correctly. 2014-02-27 21:35:49 +00:00
lldb-platform Fixing the Windows build for the changes brought in from the iohandler merge. 2014-01-31 18:48:46 +00:00
CMakeLists.txt Initial commit of LLDB Machine Interface Frontend. 2014-05-16 10:51:01 +00:00
Makefile Build lldb-mi with autotools on Linux. 2014-05-19 09:12:15 +00:00