aprantl added inline comments.

================
Comment at: include/lldb/Target/StackFrameRecognizer.h:25
+
+class RecognizedStackFrame
+    : std::enable_shared_from_this<RecognizedStackFrame> {
----------------
Would you mind adding doxygen comments to each of the new classes to explain 
what they are good for?


https://reviews.llvm.org/D44603



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

Reply via email to