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
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