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>
Paths
| Differential D111452
[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 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 8 2021, 11:49 AM Closed by commit rG88a941ba64a3: [lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC) (authored by mib). · Explain WhyOct 8 2021, 11:53 AM This revision was automatically updated to reflect the committed changes. mib added a child revision: D112045: [lldb/API] Fix SBLaunchInfo::SetScriptedProcessDictionary.Oct 18 2021, 6:20 PM mib removed a child revision: D112045: [lldb/API] Fix SBLaunchInfo::SetScriptedProcessDictionary.Oct 19 2021, 4:39 PM
Revision Contents
Diff 378326 lldb/include/lldb/Interpreter/ScriptedInterface.h
lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
|