6 dname = os.path.join(os.environ["LLDB_TEST"])
7 if not os.path.isdir(dname):
9 dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), self.id()))
10 print "\nEnabling lldb logging for test case:", self
11 print "with log destination:", dest
12 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
14 #def post_flight(test):
16 # __import__("lldbtest")
17 # print "\nRunning post-flight function:"
18 # print "for test case:", test