<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><div><br></div>-- <br><div class="gmail_signature"><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"> 858-442-0868</td></tr></tbody></table><br></div></div>
</div>