[Lldb-commits] [lldb] [lldb] Improve error message for script commands when there's no interpreter (PR #73321)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 26 16:14:04 PST 2023


https://github.com/bulbazord approved this pull request.

I think overall this is a better error message. I think "mode" probably refers to the configuration LLDB was built with (e.g. `LLDB_ENABLE_PYTHON`) but that's really unhelpful for developers actually using LLDB. This message has been around since 2015 (Looks like `2c1f46dcc609a` introduced it) so this is pretty overdue.

Thank you for changing this! :)

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


More information about the lldb-commits mailing list