mib added inline comments.

================
Comment at: lldb/source/Interpreter/embedded_interpreter.py:49-52
+    if line == 'exit':
+        raise LLDBExit
+    if line == 'quit':
+        raise LLDBExit
----------------
kastiglione wrote:
> could do:
> ```
> if line in ('exit', 'quit'):
> ```
+1


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

https://reviews.llvm.org/D127895

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to