[Lldb-commits] [PATCH] D20306: Allow custom formatting of session log file names

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue May 17 01:31:27 PDT 2016


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

I agree with Todd that we should have a long option for this, as short ones tend to be cryptic. If we don't anticipate using this often (I don't), we could even drop the short option altogether, as it's only advantage is that it is shorter to type. I'll leave that up to you, no need to go through review second time.


================
Comment at: test/CMakeLists.txt:30
@@ -29,1 +29,3 @@
 
+set(LLDB_TEST_LOG_FORMAT
+    -S;nm
----------------
If you don't intend to use this functionality, I wouldn't be opposed to just hardcoding the default. Any advanced users needing to set this will probably invoke dotest directly. Doesn't really matter though...


http://reviews.llvm.org/D20306





More information about the lldb-commits mailing list