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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to