<div dir="ltr">I have never seen either of those problems, but I can test it out and see if I can reproduce.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 6, 2016 at 7:59 AM Eli Zaretskii 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">> Date: Tue, 15 Nov 2016 18:08:03 +0200<br class="gmail_msg">
> Cc: <a href="mailto:lldb-dev@lists.llvm.org" class="gmail_msg" target="_blank">lldb-dev@lists.llvm.org</a><br class="gmail_msg">
> From: Eli Zaretskii via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" class="gmail_msg" target="_blank">lldb-dev@lists.llvm.org</a>><br class="gmail_msg">
><br class="gmail_msg">
> > From: Rudy Pons <<a href="mailto:rudy.pons@ilod.org" class="gmail_msg" target="_blank">rudy.pons@ilod.org</a>><br class="gmail_msg">
> > Date: Tue, 15 Nov 2016 01:08:52 +0100<br class="gmail_msg">
> > Cc: <a href="mailto:lldb-dev@lists.llvm.org" class="gmail_msg" target="_blank">lldb-dev@lists.llvm.org</a><br class="gmail_msg">
> ><br class="gmail_msg">
> > I had a similar crash, and submitted a patch commited in rL285843<br class="gmail_msg">
> > You could try to build afte this version from source, or wait for an updated build.<br class="gmail_msg">
><br class="gmail_msg">
> Thanks, I will have to wait, as I don't have MSVC installed (and don't<br class="gmail_msg">
> plan to).<br class="gmail_msg">
<br class="gmail_msg">
My wait is over, I installed the latest snapshot today.  I'm glad to<br class="gmail_msg">
report that now I can debug programs, although the simple invocation<br class="gmail_msg">
of the debugger, as in<br class="gmail_msg">
<br class="gmail_msg">
   lldb some.exe<br class="gmail_msg">
or<br class="gmail_msg">
   lldb -f some.exe<br class="gmail_msg">
<br class="gmail_msg">
still crashes.  I need to invoke lldb without any arguments, then load<br class="gmail_msg">
the program with "file some.exe", and finally run it with "process<br class="gmail_msg">
launch".  Then it works.  Is this expected?<br class="gmail_msg">
<br class="gmail_msg">
There's also a strange problem with error messages: I don't see them<br class="gmail_msg">
until I quit the debugger.  For example, if I say "file foo.exe" where<br class="gmail_msg">
foo.exe doesn't exist, I get the prompt back with no error message,<br class="gmail_msg">
and without the usual announcement that foo.exe will be debugged.<br class="gmail_msg">
Only after I type "quit" to exit the debugger, I see the error message<br class="gmail_msg">
about foo.exe being non-existent.  Am I doing something wrong?<br class="gmail_msg">
<br class="gmail_msg">
Thanks.<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
lldb-dev mailing list<br class="gmail_msg">
<a href="mailto:lldb-dev@lists.llvm.org" class="gmail_msg" target="_blank">lldb-dev@lists.llvm.org</a><br class="gmail_msg">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br class="gmail_msg">
</blockquote></div>