[Lldb-commits] [PATCH] D58350: Insert random blocks of python code with swig instead of modify-python-lldb.py

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 27 06:12:34 PST 2019


labath marked an inline comment as done.
labath added inline comments.


================
Comment at: scripts/lldb.swig:95
+
+# ==============================================================================
+# The modify-python-lldb.py script is responsible for post-processing this SWIG-
----------------
jingham wrote:
> Should this comment have been deleted?
I deliberately kept it because it's still true (we still do some post-processing), and I thought it would be useful to readers of both this file and `lldb.py` if they start wondering what is going on. I can delete it though, if you think its confusing.


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

https://reviews.llvm.org/D58350





More information about the lldb-commits mailing list