<div dir="ltr">Look like I miss something , but i cant debug simple program program compiled with clang from trunk (258016), msvc 2015 stdlib, from vs2015 x86 developer console .<div> i use lldb from trunk  <div>    #include "stdio.h"</div><div><br></div><div>    int main(int argc, char **argv)</div><div>    {</div><div>        printf("hello1\n");</div><div>        printf("hello2\n");</div><div>        return 0;</div><div>    }</div><div> </div><div><div>d:\code\tests\test2>lldb a.exe</div><div>(lldb) target create "a.exe"</div><div>Current executable set to 'a.exe' (i686).</div><div>(lldb) run</div><div><br></div><div>Process 6264 launching</div></div><div><br></div><div>---------------------------</div><div>a.exe and lldb hangs</div><div><br></div><div>What i doing wrong ?</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-08 0:42 GMT+03:00 Red Skotina <span dir="ltr"><<a href="mailto:red.skotina@gmail.com" target="_blank">red.skotina@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Nice to hear. I should answer after some time of using</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2016-01-07 21:04 GMT+03:00 Zachary Turner <span dir="ltr"><<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Feel free to file bugs or post your feedback here after you use about what worked, what didn't work, what's missing, etc.  Anything that doesn't work is a bug that I would like to fix.</div><div><div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 7, 2016 at 10:02 AM Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</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">Hi, I guess I should make a new blog post at some point, or post status on the website.  Here's my best estimate at what you can expect.<div><br></div><div>* Most common debugging scenarios should work.  Run under debugger, attach to process, interrupt, continue, print variable values, evaluate expressions, etc.</div><div>* Step-over might be unstable in certain scenarios</div><div>* Conditional breakpoints don't work</div><div>* Hardware watchpoints don't work</div><div>* Expression evaluation might not work in some advanced cases.</div><div><br></div><div>The main big feature that has been added since the original blog post is support for windows minidump files.  So you can create a minidump of a stopped process from inside LLDB, and you can load up a minidump and do post-mortem debugging.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 6, 2016 at 10:39 PM Red Skotina via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">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">Where can i look lldb status for native debug at Windows?</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></blockquote></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>