[Lldb-commits] [PATCH] D13964: Fix libstdc++ data formatters on Ubuntu 15.10 x86_64

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 22 08:14:39 PDT 2015


tfiala closed this revision.
tfiala added a comment.

Forgot to mark this as closed:

Closed by commit:

  ------------------------------------------------------------------------
  r250965 | tfiala | 2015-10-21 17:23:38 -0700 (Wed, 21 Oct 2015) | 4 lines
  
  Fix libstdc++ data formatters on Ubuntu 15.10 x86_64

Also, I forgot to mention that I only added the string formatter support for remote host (i.e. lldb-server/debugserver) connections.  For those systems using in-host attaching (I think *BSD), the string formatter will not display with host memory content.  It would be a smallish fix, but since I don't have a system to test that on, I didn't want to implement that.  The string formatter should fall back to printing the raw content in that case.


http://reviews.llvm.org/D13964





More information about the lldb-commits mailing list