[Lldb-commits] [PATCH] D139248: [lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethod

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 16 06:16:06 PST 2022


mib marked an inline comment as done.
mib added inline comments.


================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h:105
+    Status error;
+    Dispatch<Status>(method_name, error, args...);
+
----------------
labath wrote:
> `std::forward<Args>(args)...` maybe?
Indeed, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139248/new/

https://reviews.llvm.org/D139248



More information about the lldb-commits mailing list