[Lldb-commits] [lldb] [lldb-dap][windows] add --check-python command (PR #180784)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 11 04:03:55 PST 2026
================
@@ -17,6 +17,10 @@ def: Flag<["-"], "v">,
Alias<version>,
HelpText<"Alias for --version">;
+def check_python : F<"check-python">,
+ HelpText<"Prints the path to the resolved Python DLL. 0 if "
+ "Python was not resolved (windows only).">;
----------------
DavidSpickett wrote:
Sounds good to me.
https://github.com/llvm/llvm-project/pull/180784
More information about the lldb-commits
mailing list