<div dir="ltr">I can think of two problems with this scenario.  <div><br></div><div>First, it depends what implementation of STL you're using.  If you're using clang-cl or MSVC to compile your program, then you're getting the MSVC STL, and we don't have any data formatters implemented for those yet.  It will happen eventually, but no definite time frame yet.</div><div><br></div><div>Second, there are a number of general issues with dynamic variables on windows, even if we did have data formatters for STL.  Simple types should work but some things will have odd behavior.</div><div><br></div><div>I'm not sure if you just want to use LLDB and have it work, or if you're interested in contributing.  But we're more than happy to have patches.  Otherwise we'll get to it eventually</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Feb 7, 2016 at 10:25 AM Red Skotina via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">How i can use prettyprint for STL structures via MI (lldb-mi)?<div>Have it is difference from gdb ?<br><div>It is implemented?</div><div><br></div><div>I use lldb at windows and want use lldb-mi like gdb via MI inside IDE Codelite with pretty printing of stl structures. </div><div><br></div><div>I can now do basic debug with lldb-mi, but when try examine variables take some errors.</div><div><br></div><div><div>DEBUG>>00000199-var-create - @ "vector_of_obj"</div><div>DEBUG>>00000199^error,msg="Command 'var-create'. Option 'frame' not found"</div><div><br></div></div><div>It is just not implemented or dynamic variables cant used ?</div><div><br></div><div><br></div><div><br></div></div></div>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</blockquote></div>