[all-commits] [llvm/llvm-project] 88a941: [lldb/Plugins] Replace platform-specific macro wit...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Oct 8 11:51:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88a941ba64a3824e1a6bac178034e4fce548f6cb
https://github.com/llvm/llvm-project/commit/88a941ba64a3824e1a6bac178034e4fce548f6cb
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M lldb/include/lldb/Interpreter/ScriptedInterface.h
M lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
M lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
Log Message:
-----------
[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)
This patch refactors Scripted Process and Scripted Thread related
classes to use LLVM_PRETTY_FUNCTION instead of the compiler macro.
Differential Revision: https://reviews.llvm.org/D111452
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list