Hi,
The "ninja -j1 check-lldb-single" hangs on MIPS-Linux after running all the
tests successfully (0 failures 0 errors) with latest ToT. It doesn't print
summary message and does not return to prompt.
Even with "LLDB_TEST_THREADS=1 check-lldb", we have observed the same
behaviour. Setting LLD
On 7 July 2017 at 09:11, Nitesh Jain via lldb-dev
wrote:
> Hi,
>
>
>
> The “ninja -j1 check-lldb-single” hangs on MIPS-Linux after running all the
> tests successfully (0 failures 0 errors) with latest ToT. It doesn’t print
> summary message and does not return to prompt.
>
> Even with “LLDB_TEST
Hi
I compiled lldb (relase_40) on linux (ubuntu zesty). It runs, but it has
this strange behaviour that keypresses are echoed as unicode escapes,
but aren't really processed:
Typing "help" here:
```
./bin/lldb
(lldb) \U+4168\U+4165\U+416C\U+4170
error: empty command
(lldb)
```
As anyone see