This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)
ClosedPublic

Authored by mib on Oct 8 2021, 11:46 AM.

Details

Summary

This patch refactors Scripted Process and Scripted Thread related
classes to use LLVM_PRETTY_FUNCTION instead of the compiler macro.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail