[lldb-dev] Formatter for std::shared_ptr<std::wstring>

Nino Kettlitz nino.kettlitz at googlemail.com
Mon Aug 6 00:29:51 PDT 2012


Hi Alexander,

I've written the wstring printer and it works for me when printing the 
pointer and not the shared_ptr.

boost::shared_ptr<std::wstring> pString;

print pString <-- prints informations about the shared_ptr
print pString.px <-- prints the string pointet at

Cheers,
Nino

Am 06.08.12 09:19, schrieb Alexander Angriawan:
> Hello,
>
> I am looking to write data formatter for std::shared_ptr<std::wstring>.
>
> I found the following old article but this doesn't seem to work.
> I have ver 159 installed.
> http://lists.cs.uiuc.edu/pipermail/lldb-dev/2012-February/000825.html
>
> Any idea?
>
> Thank you much,
> PA
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20120806/a2784d23/attachment.html>


More information about the lldb-dev mailing list