[Lldb-commits] [PATCH] D44603: [lldb] Introduce StackFrameRecognizer

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 23 13:18:32 PDT 2018


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





More information about the lldb-commits mailing list