[Lldb-commits] [PATCH] D72823: [Reproducers] Add a tool to transparently capture and replay lldb sessions
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 16 14:43:56 PST 2020
aprantl added inline comments.
================
Comment at: lldb/utils/lldb-repro/lldb-repro.py:49
+# run again but this time every invocation of lldb replays the previously
+# recorded session.
+if __name__ == '__main__':
----------------
Thanks! Sorry for being such a nuisance, but I think this should be a doc-comment (""") at the top of the file?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72823/new/
https://reviews.llvm.org/D72823
More information about the lldb-commits
mailing list