[Lldb-commits] [PATCH] Have llgs tests output their traces into session dir

Pavel Labath labath at google.com
Tue Feb 3 08:37:12 PST 2015


This environment variable is already used to communicate info about the session dir.

In dotest.py the variable is set (according to the -s option).
Then lldbtest.py takes it and uses it to output its own logs.

I just copied these two lines from there.

Potentially I could encapsulate it better, put it in a function or something.


http://reviews.llvm.org/D7373

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list