This patch makes ScriptedPythonInterface::GetStatusFromMethod take a
parameter pack as an argument. That will allow it to pass arbitrary
arguments to the python method.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D139248
[lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethod ClosedPublic Authored by mib on Dec 2 2022, 11:45 PM.
Details Summary This patch makes ScriptedPythonInterface::GetStatusFromMethod take a Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event Timelinemib added a parent revision: D139247: [lldb/Interpreter] Make ScriptedProcessInfo more generic.Dec 2 2022, 11:46 PM This revision is now accepted and ready to land.Dec 5 2022, 9:36 AM Closed by commit rG3fbc89048517: [lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethod (authored by mib). · Explain WhyJan 12 2023, 12:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 488744 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
|
std::forward<Args>(args)... maybe?