[Lldb-commits] [lldb] [LLDB] Display artificial __promise and __coro_frame variables. (PR #71928)

Haojian Wu via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 06:17:00 PST 2023


hokein wrote:

> Did you configure your build with `LLDB_INCLUDE_TESTS=ON` and `LLDB_INCLUDE_PYTHON=ON`? Those CMake variables are necessary to get the API tests to run

Thanks! I was able to run the test locally now with `-DLLDB_INCLUDE_TESTS=On`,  `-DLLDB_ENABLE_PYTHON=On`, and all deps installed (`sudo apt-get install build-essential swig python3-dev libedit-dev`).




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


More information about the lldb-commits mailing list