Don't turn on the debugserver log by default.
authorJim Ingham <jingham@apple.com>
Wed, 3 Oct 2012 22:31:30 +0000 (22:31 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 3 Oct 2012 22:31:30 +0000 (22:31 +0000)
llvm-svn: 165176

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

index 7e20b0a..494785e 100644 (file)
@@ -2497,8 +2497,8 @@ ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url, const Pr
                 ::snprintf (arg_cstr, sizeof(arg_cstr), "--log-flags=%s", env_debugserver_log_flags);
                 debugserver_args.AppendArgument(arg_cstr);
             }
-            debugserver_args.AppendArgument("--log-file=/tmp/debugserver.txt");
-            debugserver_args.AppendArgument("--log-flags=0x802e0e");
+//            debugserver_args.AppendArgument("--log-file=/tmp/debugserver.txt");
+//            debugserver_args.AppendArgument("--log-flags=0x802e0e");
 
             // We currently send down all arguments, attach pids, or attach 
             // process names in dedicated GDB server packets, so we don't need