[Lldb-commits] [PATCH] D18335: Fix for missing prompt on Windows
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 23 12:40:42 PDT 2016
amccarth added a comment.
This is better. In the same scenario, I see just one extra prompt instead of three extras. Maybe that one happens through a different code path.
> (lldb) br set -l 22
> Breakpoint 1: where = a.exe`main + 20 at fizzbuzz.cpp:22, address = 0x0040e074
> (lldb) run
> Process 13268 launching
> (lldb) Process 13268 launched: 'd:\src\fizzbuzz\a.exe' (i686)
> Process 13268 stopped
The extra one remains between "Process xx launching" and "Process xx launched."
http://reviews.llvm.org/D18335
More information about the lldb-commits
mailing list