David Spickett 4d1cf5403f [lldb] Fix build with MSVC by using LLVM_PRETTY_FUNCTION
Fixes #65157

07c215e8a8af54d0084af7291ac29fef3672fcd8 added some extra logging
which compiles ok with clang but not msvc. Use LLVM_PRETTY_FUNCTION
to fix that.

Fix suggested by Carlos Alberto Enciso.
2023-09-01 07:40:35 +00:00
..