[Lldb-commits] [PATCH] D69133: eliminate nontrivial Reset(...) from TypedPythonObject

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 19 02:10:23 PDT 2019


labath added inline comments.


================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h:154
 
+class NullTerminated {
+  const char *str;
----------------
Actually, could you also write a short blurb about what is the purpose of this class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69133





More information about the lldb-commits mailing list