[Lldb-commits] [PATCH] D139247: [lldb/Interpreter] Make ScriptedProcessInfo more generic

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 5 13:28:26 PST 2022


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/Interpreter/ScriptedMetadata.h:36
+
+  std::string GetClassName() const { return m_class_name; }
+  StructuredData::DictionarySP GetArgsSP() const { return m_args_sp; }
----------------
Why return a copy? Can this be a StringRef?


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

https://reviews.llvm.org/D139247



More information about the lldb-commits mailing list