<div dir="ltr">Also, currently, it isn't possible to get meaningful logs from dosep.py because the different dotest invocations stomp on each other.  I'm planning on using this change to make it easier to direct the various log files into test specific log files.<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 4, 2015 at 2:51 PM, Vince Harron <span dir="ltr"><<a href="mailto:vharron@google.com" target="_blank">vharron@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Greg/all,</div><div><br></div><div>Currently, I have to define a lot of different environment variables to get all of the logs I typically need/want.  Are you okay with the proposed change?</div><div><br></div><div><div>CURRENT WAY<br></div><div><br></div><div>dotest.py</div><div>export LLDB_LOG=/tmp/basename-lldb.log</div><div>export LLDB_LOG_OPTION=all</div><div>export GDB_REMOTE_LOG=/tmp/basename-gdb-remote.log</div><div>export GDB_REMOTE_LOG_OPTION=all</div><div><br></div><div>debugserver</div><div>export LLDB_DEBUGSERVER_LOG_FILE=/tmp/basename-lldb-server-gdb-remote.log</div><div>export LLDB_DEBUGSERVER_LOG_FLAGS=all</div><div>export LLDB_DEBUGSERVER_EXTRA_ARG_1="-c"</div><div>export LLDB_DEBUGSERVER_EXTRA_ARG_2="log enable -Tpn -f /tmp/basename-lldb-server-lldb.log lldb all"</div><div><br></div><div>PROPOSED WAY (generates all of the files shown above)</div><div><br></div><div>export LLDB_LOG=/tmp/basename</div><div>export LLDB_LOG_OPTION="lldb all;gdb-remote all"</div></div><div><br></div><div>This will also help us break the dependency between lldb-sever and the command line interpreter.</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div><div dir="ltr"><br><table cellspacing="0" cellpadding="0" style="font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Vince Harron |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Technical Lead Manager |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:vharron@google.com" target="_blank">vharron@google.com</a> |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"> <a href="tel:858-442-0868" value="+18584420868" target="_blank">858-442-0868</a></td></tr></tbody></table><br></div></div>
</font></span></div>
<br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br></div>