[Lldb-commits] [PATCH] D107585: [lldb/Plugins] Add support for ScriptedThread in ScriptedProcess
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 8 09:05:33 PDT 2021
mib added a comment.
In D107585#3051607 <https://reviews.llvm.org/D107585#3051607>, @stella.stamenova wrote:
> This broke the windows lldb bot:
>
> https://lab.llvm.org/buildbot/#/builders/83/builds/10836
C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\source\Plugins\Process\scripted\ScriptedThread.cpp(144): error C2065: '__PRETTY_FUNCTION__': undeclared identifier
It looks like MSVC doesn't have the `__PRETTY_FUNCTION__` macro ... Should be an easy fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107585/new/
https://reviews.llvm.org/D107585
More information about the lldb-commits
mailing list