aprantl added inline comments.

================
Comment at: include/lldb/Symbol/CompileUnit.h:172
+  /// \return
+  ///   The FunctionSP containing the first matching entry.
+  lldb::FunctionSP
----------------
Document what does the bool return value do?


================
Comment at: source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp:299
+
+    lldb::FunctionSP fsp = vtable_cu->FindFunction(find_function_matcher);
+
----------------
func_sp?


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

https://reviews.llvm.org/D69913



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to