Re: [lldb-dev] bug in TestMiGdbSetShow.test_lldbmi_gdb_set_target_async_off?

2016-07-10 Thread Ilia K via lldb-dev
Hi Ted! As noted in the copied code, *running is async notification and it only must be shown in async mode. The test checks that it's not being shown in sync mode. So the test is correct. On Thu, May 19, 2016 at 12:56 AM, Ted Woodward via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Packages/Py

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-10 Thread Ilia K via lldb-dev
Good point Greg! Eclipse turns on synchronous mode in lldb-mi but works as if it's in async. I faced with that problem year and a half ago and I still don't know why Eclipse does it. The last time, I forced lldb-mi to stay in async mode and it was enough for me and Eclipse. As for missing ^running