[Lldb-commits] [PATCH] D72823: [Reproducers] Add a tool to transparently capture and replay lldb sessions

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 16 15:13:27 PST 2020


JDevlieghere marked an inline comment as done.
JDevlieghere 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__':
----------------
aprantl wrote:
> Thanks! Sorry for being such a nuisance, but I think this should be a doc-comment (""") at the top of the file?
No worries, totally fair! 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72823/new/

https://reviews.llvm.org/D72823





More information about the lldb-commits mailing list