Re: [lldb-dev] Linux: Failing lldb unit tests and TestLinuxCore.py

2018-07-16 Thread Pavel Labath via lldb-dev
Hi Gábor, sorry for the late reply, I have been OOO. Thanks for the detailed report. I think the fact that we load the system lldb from the unit tests should be considered a bug. I am going to try to find some time fix this issue. thanks, pl On Fri, 29 Jun 2018 at 15:35, Gábor Márton wrote: > >

Re: [lldb-dev] Linux: lldb tests are failed

2018-07-16 Thread k.baladurin via lldb-dev
Hello Pavel, Thank you for replying! I've created a review for this change: https://reviews.llvm.org/D49379 BR, Konstantin Baladurin On 16.07.2018 13:45, Pavel Labath wrote: Hello Konstantin, that sounds like a good idea. We've had reports of this in the past, but so far noone dug into it

Re: [lldb-dev] MI Handle events.

2018-07-16 Thread Pavel Labath via lldb-dev
The eStateSuspended state is used for threads (you can set it via SBThread::Suspend/Resume). It controls whether a "continue" operation on the process will run the thread or not. I am not sure if you can ever see that state on the process itself. On Sat, 14 Jul 2018 at 15:39, Adrian Prantl via l

Re: [lldb-dev] Linux: lldb tests are failed

2018-07-16 Thread Pavel Labath via lldb-dev
Hello Konstantin, that sounds like a good idea. We've had reports of this in the past, but so far noone dug into it to find out what's going on (thank you for that). Can you create a review for this (https://reviews.llvm.org/differential/)? pl On Mon, 9 Jul 2018 at 14:17, k.baladurin via lldb-dev