[Lldb-commits] [PATCH] D139251: [lldb/Interpreter] Introduce ScriptedPlatform{, Python}Interface

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 12 16:08:25 PST 2022


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

LGTM



================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.cpp:97
+
+#endif
----------------
nit: This `#endif` should have a ` // LLDB_ENABLE_PYTHON` at the end of it to be consistent style-wise.


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

https://reviews.llvm.org/D139251



More information about the lldb-commits mailing list