[Lldb-commits] [PATCH] D112973: [lldb] make it easier to find LLDB's python

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 2 18:28:48 PDT 2021


jingham added a comment.

I would do this:

  lldb --print-script-interpreter-info python

making the interpreter the argument for this option.  That seems clearer than having to provide two flags.  language is overloaded anyway, because it can be a source language or a script interpreter language, so it might be better to side-step that one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112973



More information about the lldb-commits mailing list