[Lldb-commits] [lldb] [lldb-dap][windows] add support for out of PATH python.dll resolution (PR #179306)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 3 08:53:27 PST 2026


charles-zablit wrote:

> Are `LLDB_PYTHON_DLL_RELATIVE_PATH` and `LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME` something that builders of lldb can set, or are they generated as part of the build process?
> 
> I don't see any documentation for them, normally they'd be declared as an option somewhere.

The original patch did not have any documentation: https://github.com/llvm/llvm-project/pull/162509/

I have added it. Thanks!

https://github.com/llvm/llvm-project/pull/179306


More information about the lldb-commits mailing list