[Lldb-commits] [PATCH] D95713: [lldb/Plugins] Add ScriptedProcess Process Plugin
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 24 13:45:17 PDT 2021
stella.stamenova added a comment.
In D95713#2647548 <https://reviews.llvm.org/D95713#2647548>, @teemperor wrote:
> The tests are failing because Dave's bot is running without enabled Python. The same is true for the Windows bot. Putting the plugin behind `#ifdef LLDB_ENABLE_PYTHON` should fix this.
The windows bot actually has LLDB_ENABLE_PYTHON set to true, so the failure has a different root cause. The error it is reporting is access violation. I'll get @mib some logs to investigate when I get a chance.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95713/new/
https://reviews.llvm.org/D95713
More information about the lldb-commits
mailing list