[Lldb-commits] [PATCH] D13657: [lldb] char summary provider

Eugene Leviant via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 09:34:37 PDT 2015


evgeny777 added a comment.

Yes, I'm interested.

Imagine I have:

  SBTypeSummary::CreateCxxFunctionSummary( ... )

How am I supposed to pass the callback there? Or this should be done by means of introducing some base class, like SBTypeSummaryFormatter and deriving custom formatters from this class?


http://reviews.llvm.org/D13657





More information about the lldb-commits mailing list