[Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 13 07:35:48 PDT 2015
evgeny777 added a comment.
I thought this would be a nice feature, as I'm long term gdb user and gdb also evaluates chars as code and value.
MI private category sounds good, but I have concerns on implementing it properly. For instance SBTypeSummary can create string, function and script summaries only. Although string summary **${var%d} ${var}** can be used for this case, it's much better to be able to use something like AddCXXSummary(), so that my own C++ formatter function is called. Do you know if this is possible?
http://reviews.llvm.org/D13657
More information about the lldb-commits
mailing list