[Lldb-commits] [PATCH] D50864: Add libc++ data formatter for std::function

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 21 11:28:27 PDT 2018


jingham added a comment.

Sounds like std::function objects need to run static initializers before they are useful.  So trying to format them w/o a process won't do any good.  Probably better to just return false directly if you don't have  a process in that case.


https://reviews.llvm.org/D50864





More information about the lldb-commits mailing list